summaryrefslogtreecommitdiff
path: root/hello_world/demo/project.godot
diff options
context:
space:
mode:
Diffstat (limited to 'hello_world/demo/project.godot')
-rw-r--r--hello_world/demo/project.godot27
1 files changed, 27 insertions, 0 deletions
diff --git a/hello_world/demo/project.godot b/hello_world/demo/project.godot
new file mode 100644
index 0000000..b0f5fb8
--- /dev/null
+++ b/hello_world/demo/project.godot
@@ -0,0 +1,27 @@
+; Engine configuration file.
+; It's best edited using the editor UI and not directly,
+; since the parameters that go here are not all obvious.
+;
+; Format:
+; [section] ; section goes between []
+; param=value ; assign values to parameters
+
+config_version=4
+
+_global_script_classes=[ ]
+_global_script_class_icons={
+
+}
+
+[application]
+
+config/name="Hello World Plugin Demo"
+run/main_scene="res://Main.tscn"
+config/icon="res://icon.png"
+
+[rendering]
+
+quality/driver/driver_name="GLES2"
+vram_compression/import_etc=true
+vram_compression/import_etc2=false
+environment/default_environment="res://default_env.tres"