You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
[Editor] Expose more editor settings to documentation
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
This commit is contained in:
@@ -40,6 +40,7 @@ void register_web_exporter_types() {
|
||||
}
|
||||
|
||||
void register_web_exporter() {
|
||||
// TODO: Move to editor_settings.cpp
|
||||
EDITOR_DEF("export/web/http_host", "localhost");
|
||||
EDITOR_DEF("export/web/http_port", 8060);
|
||||
EDITOR_DEF("export/web/use_tls", false);
|
||||
|
||||
Reference in New Issue
Block a user