Implement 40250 classic client port

This commit is contained in:
shenlei
2026-09-01 18:49:28 +09:00
parent 2277b1dd60
commit 8f61990a83
481 changed files with 169826 additions and 293 deletions
+1 -1
View File
@@ -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()