Implement 40250 classic client port
This commit is contained in:
@@ -32,7 +32,7 @@ func _init() -> void:
|
||||
quit(1)
|
||||
|
||||
func _cfg_path() -> String:
|
||||
return ProjectSettings.globalize_path("user://system_option.cfg")
|
||||
return ProjectSettings.globalize_path(SystemOptionUI.config_path())
|
||||
|
||||
func _run() -> void:
|
||||
var assets := AssetRoot.path()
|
||||
|
||||
Reference in New Issue
Block a user