From 7a964d1f6427fcb818302c727c1ec074a2edb6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Fri, 12 Jun 2026 17:51:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(statemachine):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=92=BB=E7=9F=B3=E5=88=9D=E5=A7=8B=E5=BA=93=E5=AD=98=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E4=B8=BA100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将实体的钻石初始库存从10修改为100,优化初始道具配置 --- scripts/Statemachine/EntityBase.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Statemachine/EntityBase.gd b/scripts/Statemachine/EntityBase.gd index 713f595..608f1e4 100644 --- a/scripts/Statemachine/EntityBase.gd +++ b/scripts/Statemachine/EntityBase.gd @@ -70,7 +70,7 @@ var inventory = { ItemStore.ItemType.BEACHBALL: 0, ItemStore.ItemType.SOUL: 0, ItemStore.ItemType.CRYSTAL: 0, - ItemStore.ItemType.DIAMOND: 10 + ItemStore.ItemType.DIAMOND: 100 } var inventoryMax = { ItemStore.ItemType.BASEBALL: INF, # 无限