Add debug room

Add debug scene and rename environment scene to title.
This commit is contained in:
Aidan Mullen 2024-05-06 16:58:10 -04:00
parent 8c41f259fa
commit 197662d235
4 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View file

@ -31,7 +31,8 @@
!/engine/project.godot !/engine/project.godot
!/engine/icon.svg !/engine/icon.svg
!/engine/environment.tscn !/engine/debug.tscn
!/engine/title.tscn
# /engine/bin # /engine/bin
!/engine/bin !/engine/bin

3
engine/debug.tscn Normal file
View file

@ -0,0 +1,3 @@
[gd_scene format=3 uid="uid://cg5vtf37cafsd"]
[node name="Node3D" type="Node3D"]

View file

@ -11,7 +11,7 @@ config_version=5
[application] [application]
config/name="RTR" config/name="RTR"
run/main_scene="res://environment.tscn" run/main_scene="res://title.tscn"
config/features=PackedStringArray("4.2", "Forward Plus") config/features=PackedStringArray("4.2", "Forward Plus")
boot_splash/bg_color=Color(0, 0, 0, 1) boot_splash/bg_color=Color(0, 0, 0, 1)
boot_splash/show_image=false boot_splash/show_image=false