added a option in the setting, to re verify your rom / regenerate assets

This commit is contained in:
JHDev2006
2025-09-13 21:11:36 +01:00
parent 38c97e9e17
commit 922c29cc81
5 changed files with 297 additions and 283 deletions

View File

@@ -173,6 +173,8 @@ func _ready() -> void:
check_for_rom()
func check_for_rom() -> void:
rom_path = ""
rom_assets_exist = false
if FileAccess.file_exists(Global.ROM_PATH) == false:
return
var path = Global.ROM_PATH