mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-13 05:22:53 +08:00
refactor(EntityBase): 将BASEBALL和BASKETBALL数量改为无限
测试时将BASEBALL和BASKETBALL的初始数量从500改为无限(INF),便于测试场景使用
This commit is contained in:
@@ -53,8 +53,8 @@ var attackCooldowner = {
|
|||||||
0: CooldownTimer.new()
|
0: CooldownTimer.new()
|
||||||
}
|
}
|
||||||
var inventory = {
|
var inventory = {
|
||||||
ItemStore.ItemType.BASEBALL: 500,
|
ItemStore.ItemType.BASEBALL: INF, # 测试一下
|
||||||
ItemStore.ItemType.BASKETBALL: 500,
|
ItemStore.ItemType.BASKETBALL: INF,
|
||||||
ItemStore.ItemType.APPLE: 5,
|
ItemStore.ItemType.APPLE: 5,
|
||||||
ItemStore.ItemType.BEACHBALL: 0,
|
ItemStore.ItemType.BEACHBALL: 0,
|
||||||
ItemStore.ItemType.SOUL: 0,
|
ItemStore.ItemType.SOUL: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user