Main godot scene
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
.vs
|
||||
bin
|
||||
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.
|
||||
; 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]
|
||||
|
||||
Reference in New Issue
Block a user