added a quick updating thing to resource extraction + fixed a bug where the timer warnings would play, upon death

This commit is contained in:
JHDev2006
2025-10-15 14:37:05 +01:00
parent 447b6d3ea7
commit 6b598e717d
5 changed files with 17 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ func _process(_delta: float) -> void:
go_to_menu()
func go_to_menu() -> void:
ResourceGenerator.updating = true
if Global.rom_path == "":
Global.transition_to_scene("res://Scenes/Levels/RomVerifier.tscn")
elif not Global.rom_assets_exist: