diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-07-29 22:47:18 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-07-29 22:47:18 +0300 |
| commit | ed61419eda9d0154a78c04999a7c8a779244ef29 (patch) | |
| tree | d8253396e9c305835880a39e8730ebd575050610 /project.godot | |
Initial commit
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..8eaedf1 --- /dev/null +++ b/project.godot @@ -0,0 +1,24 @@ +; 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="Rpg 1" +run/main_scene="res://scenes/Scene1.tscn" +config/icon="res://icon.png" + +[rendering] + +environment/default_environment="res://default_env.tres" |
