diff --git a/scripts/Statemachine/EntityBase.gd b/scripts/Statemachine/EntityBase.gd index c7f062f..7825f98 100644 --- a/scripts/Statemachine/EntityBase.gd +++ b/scripts/Statemachine/EntityBase.gd @@ -53,8 +53,8 @@ var attackCooldowner = { 0: CooldownTimer.new() } var inventory = { - ItemStore.ItemType.BASEBALL: 500, - ItemStore.ItemType.BASKETBALL: 500, + ItemStore.ItemType.BASEBALL: INF, # 测试一下 + ItemStore.ItemType.BASKETBALL: INF, ItemStore.ItemType.APPLE: 5, ItemStore.ItemType.BEACHBALL: 0, ItemStore.ItemType.SOUL: 0,