diff --git a/.gitignore b/.gitignore index d5e4ec7..0b86842 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .vs bin obj -.idea \ No newline at end of file +.idea +.godot \ No newline at end of file diff --git a/src/ReactorMaintenance.Godot/main.tscn b/src/ReactorMaintenance.Godot/main.tscn new file mode 100644 index 0000000..b117564 --- /dev/null +++ b/src/ReactorMaintenance.Godot/main.tscn @@ -0,0 +1,3 @@ +[gd_scene format=3 uid="uid://bhhppnvto57ht"] + +[node name="Node2D" type="Node2D"] diff --git a/src/ReactorMaintenance.Godot/project.godot b/src/ReactorMaintenance.Godot/project.godot index ba96c51..facd18f 100644 --- a/src/ReactorMaintenance.Godot/project.godot +++ b/src/ReactorMaintenance.Godot/project.godot @@ -1,5 +1,5 @@ -; Engine configuration file. -; It is best edited using the Godot editor UI and not directly, +; 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: @@ -8,9 +8,12 @@ config_version=5 +"config_version"=5 + [application] config/name="Reactor Maintenance" +run/main_scene="uid://bhhppnvto57ht" config/features=PackedStringArray("4.5", "C#", "Forward Plus") [dotnet]