diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-12-26 13:43:03 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-12-26 13:43:03 +0100 |
| commit | e73d6273e969f9720b9ce730c3c5825126ae892b (patch) | |
| tree | 386c13a5a582e9593605dcef9b6dab7cf6b15620 /client/settings.gd | |
| parent | 01811610b169a0572417c1493ea606353fd1a327 (diff) | |
| download | hurrycurry-e73d6273e969f9720b9ce730c3c5825126ae892b.tar hurrycurry-e73d6273e969f9720b9ce730c3c5825126ae892b.tar.bz2 hurrycurry-e73d6273e969f9720b9ce730c3c5825126ae892b.tar.zst | |
generalize services and add editor to play menu
Diffstat (limited to 'client/settings.gd')
| -rw-r--r-- | client/settings.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/settings.gd b/client/settings.gd index 80984b22..409e4b6b 100644 --- a/client/settings.gd +++ b/client/settings.gd @@ -66,6 +66,7 @@ static func get_root(): ), SettingsCategory.new("server", [ TextSetting.new("binary_path", ""), + TextSetting.new("editor_binary_path", ""), TextSetting.new("data_path", ""), TextSetting.new("name", "A Hurry Curry! Server"), ToggleSetting.new("upnp", false), |