Merge remote-tracking branch 'origin/demo'
This commit is contained in:
commit
34489d1326
@ -223,6 +223,7 @@ func _update_prop_display_with_texture():
|
|||||||
var player = SceneManager.get_player()
|
var player = SceneManager.get_player()
|
||||||
if player:
|
if player:
|
||||||
player.set_catty_light(key == "prop_小猫玩具完整")
|
player.set_catty_light(key == "prop_小猫玩具完整")
|
||||||
|
if GlobalConfig.DEBUG:
|
||||||
print("[PropHud] current display prop:", key)
|
print("[PropHud] current display prop:", key)
|
||||||
# 选中标记 select_mark; 如果被 free 掉,则重新创建
|
# 选中标记 select_mark; 如果被 free 掉,则重新创建
|
||||||
if select_mark and is_instance_valid(select_mark):
|
if select_mark and is_instance_valid(select_mark):
|
||||||
|
Loading…
Reference in New Issue
Block a user