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
@@ -34,7 +34,7 @@ func _init() -> void:
quit(1)
func _cfg_path() -> String:
return ProjectSettings.globalize_path("user://system_option.cfg")
return ProjectSettings.globalize_path(GameOptionUI.config_path())
func _has_say(fc, text: String) -> bool:
for s in fc.says: