1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-01 17:01:53 +08:00

fix: 将苹果的最大携带数量从20减少到10

This commit is contained in:
2025-08-28 14:06:32 +08:00
parent 62c8f44508
commit 55563254f1
+1 -1
View File
@@ -38,7 +38,7 @@ var inventory = {
var inventoryMax = {
ItemStore.ItemType.BASEBALL: INF, # 无限
ItemStore.ItemType.BASKETBALL: INF,
ItemStore.ItemType.APPLE: 20, # 最多20个苹果
ItemStore.ItemType.APPLE: 10, # 最多10个苹果
}
@export var cooldownUnit: float = 100 # 100毫秒每次攻击