1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00

feat(Debug): 添加FeedHasField调试组件及调整苹果掉落数量

添加FeedHasField调试组件用于筛选特定字段的Feed,支持ALL和ANY两种组合模式
将EntityBase中苹果掉落数量上限从3调整为2
This commit is contained in:
2025-08-29 08:24:18 +08:00
parent f13edb7f1a
commit 1c481ca357
3 changed files with 43 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
[gd_scene load_steps=2 format=3 uid="uid://clm14a8gnikte"]
[ext_resource type="Script" path="res://scripts/Debug/FeedHasField.gd" id="1_7leag"]
[node name="FeedHasField" type="HBoxContainer"]
theme_override_constants/separation = 0
script = ExtResource("1_7leag")
targetFields = Array[int]([14, 4])
composeMode = 1