Implement 40250 classic client port
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user