Basic scenes
This commit is contained in:
parent
97a92fd86b
commit
f2be070719
7 changed files with 44 additions and 30 deletions
7
base/scenes/game.tscn
Normal file
7
base/scenes/game.tscn
Normal file
|
@ -0,0 +1,7 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://d23028pr0jahr"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bgnb01j1nphhi" path="res://base/scenes/rooms/test.tscn" id="1_sjeh3"]
|
||||
|
||||
[node name="Game" type="Node3D"]
|
||||
|
||||
[node name="Test Room" parent="." instance=ExtResource("1_sjeh3")]
|
Loading…
Add table
Add a link
Reference in a new issue