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:
@@ -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
|
||||
Reference in New Issue
Block a user