mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
feat(Debug): 添加FeedHasField调试组件及调整苹果掉落数量
添加FeedHasField调试组件用于筛选特定字段的Feed,支持ALL和ANY两种组合模式 将EntityBase中苹果掉落数量上限从3调整为2
This commit is contained in:
@@ -51,7 +51,7 @@ var inventoryMax = {
|
||||
@export var sprintMultiplier: float = 4
|
||||
@export var drops: Array[ItemStore.ItemType] = []
|
||||
@export var dropCounts: Array[Vector2] = []
|
||||
@export var appleCount: Vector2i = Vector2(0, 3) # 死亡后掉落的苹果数量
|
||||
@export var appleCount: Vector2i = Vector2(0, 2) # 死亡后掉落的苹果数量
|
||||
@export var level: int = 1 # 等级
|
||||
|
||||
@onready var animatree: AnimationTree = $"%animatree"
|
||||
|
||||
Reference in New Issue
Block a user