mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
added a option in the setting, to re verify your rom / regenerate assets
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user