feat: created boot scene
This commit is contained in:
parent
0cf28eb644
commit
17d4a7a860
6
godot/boot.tscn
Normal file
6
godot/boot.tscn
Normal file
|
@ -0,0 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://yrr5jjbpt60l"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://e3dmisrrgqq7" path="res://testmap.tscn" id="1_3f7mp"]
|
||||
|
||||
[node name="GameRoot3D" type="GameRoot3D"]
|
||||
first_boot_level = ExtResource("1_3f7mp")
|
Loading…
Reference in a new issue