diff --git a/scripts/Statemachine/EntityBase.gd b/scripts/Statemachine/EntityBase.gd index 5dc035f..bfc1150 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: INF, # 测试一下 - ItemStore.ItemType.BASKETBALL: INF, + ItemStore.ItemType.BASEBALL: 200, + ItemStore.ItemType.BASKETBALL: 200, ItemStore.ItemType.APPLE: 5, ItemStore.ItemType.BEACHBALL: 0, ItemStore.ItemType.SOUL: 0,