1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Add separate feature tags for editor runtime

This commit is contained in:
kobewi
2023-12-02 18:55:27 +01:00
parent 86bf8354a0
commit 3ebb5b84a0
7 changed files with 23 additions and 4 deletions

View File

@@ -287,6 +287,8 @@ void ProjectSettingsEditor::_add_feature_overrides() {
presets.insert("s3tc");
presets.insert("etc2");
presets.insert("editor");
presets.insert("editor_hint");
presets.insert("editor_runtime");
presets.insert("template_debug");
presets.insert("template_release");
presets.insert("debug");