Merge remote-tracking branch 'origin/demo'
This commit is contained in:
commit
6aca3bbac1
@ -78,7 +78,7 @@ func _on_c02_fire_count_down_timeout():
|
|||||||
|
|
||||||
func c02_fire_count_down_stop():
|
func c02_fire_count_down_stop():
|
||||||
if c02_fire_count_down_timer:
|
if c02_fire_count_down_timer:
|
||||||
c02_fire_count_down_timer.stop()
|
c02_fire_count_down_timer.queue_free()
|
||||||
# 停止音效
|
# 停止音效
|
||||||
AudioManager.stop_bgm_music("霸凌救小蝉倒计时")
|
AudioManager.stop_bgm_music("霸凌救小蝉倒计时")
|
||||||
|
|
||||||
|
@ -239,7 +239,7 @@ func _load_texture_cache() -> void:
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
if not items_dict.has(key):
|
if not items_dict.has(key):
|
||||||
inventory.disable_item_tmp(key)
|
inventory.disable_item_temp(key)
|
||||||
virtual_items = inventory.virtual_enabled_items()
|
virtual_items = inventory.virtual_enabled_items()
|
||||||
printerr(
|
printerr(
|
||||||
"PropHud _load_texture_cache: key not found in items_dict:", key, ". remove item."
|
"PropHud _load_texture_cache: key not found in items_dict:", key, ". remove item."
|
||||||
|
Loading…
Reference in New Issue
Block a user