Merge remote-tracking branch 'origin/demo'

This commit is contained in:
cakipaul 2025-07-16 01:53:24 +08:00
commit 34489d1326

View File

@ -223,7 +223,8 @@ func _update_prop_display_with_texture():
var player = SceneManager.get_player()
if player:
player.set_catty_light(key == "prop_小猫玩具完整")
print("[PropHud] current display prop:", key)
if GlobalConfig.DEBUG:
print("[PropHud] current display prop:", key)
# 选中标记 select_mark; 如果被 free 掉,则重新创建
if select_mark and is_instance_valid(select_mark):
var parent = select_mark.get_parent()