Main godot scene
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
bin
|
bin
|
||||||
obj
|
obj
|
||||||
.idea
|
.idea
|
||||||
|
.godot
|
||||||
3
src/ReactorMaintenance.Godot/main.tscn
Normal file
3
src/ReactorMaintenance.Godot/main.tscn
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[gd_scene format=3 uid="uid://bhhppnvto57ht"]
|
||||||
|
|
||||||
|
[node name="Node2D" type="Node2D"]
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
; Engine configuration file.
|
; Engine configuration file.
|
||||||
; It is best edited using the Godot editor UI and not directly,
|
; It's best edited using the editor UI and not directly,
|
||||||
; since the parameters that go here are not all obvious.
|
; since the parameters that go here are not all obvious.
|
||||||
;
|
;
|
||||||
; Format:
|
; Format:
|
||||||
@@ -8,9 +8,12 @@
|
|||||||
|
|
||||||
config_version=5
|
config_version=5
|
||||||
|
|
||||||
|
"config_version"=5
|
||||||
|
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="Reactor Maintenance"
|
config/name="Reactor Maintenance"
|
||||||
|
run/main_scene="uid://bhhppnvto57ht"
|
||||||
config/features=PackedStringArray("4.5", "C#", "Forward Plus")
|
config/features=PackedStringArray("4.5", "C#", "Forward Plus")
|
||||||
|
|
||||||
[dotnet]
|
[dotnet]
|
||||||
|
|||||||
Reference in New Issue
Block a user