1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-04 18:57:13 +08:00
Files
Dog-Lynx-And-HCN/components/Debug/FeedHasField.tscn
T
fallingshrimp 1c481ca357 feat(Debug): 添加FeedHasField调试组件及调整苹果掉落数量
添加FeedHasField调试组件用于筛选特定字段的Feed,支持ALL和ANY两种组合模式
将EntityBase中苹果掉落数量上限从3调整为2
2025-08-29 08:24:18 +08:00

10 lines
317 B
Plaintext

[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