From ed61419eda9d0154a78c04999a7c8a779244ef29 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 29 Jul 2020 22:47:18 +0300 Subject: Initial commit --- project.godot | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 project.godot (limited to 'project.godot') 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" -- cgit v1.3