Merge remote-tracking branch 'origin/demo'

This commit is contained in:
cakipaul 2025-08-06 01:58:44 +08:00
commit 6aca3bbac1
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ func _on_c02_fire_count_down_timeout():
func c02_fire_count_down_stop():
if c02_fire_count_down_timer:
c02_fire_count_down_timer.stop()
c02_fire_count_down_timer.queue_free()
# 停止音效
AudioManager.stop_bgm_music("霸凌救小蝉倒计时")

View File

@ -239,7 +239,7 @@ func _load_texture_cache() -> void:
continue
if not items_dict.has(key):
inventory.disable_item_tmp(key)
inventory.disable_item_temp(key)
virtual_items = inventory.virtual_enabled_items()
printerr(
"PropHud _load_texture_cache: key not found in items_dict:", key, ". remove item."