feat: created boot scene

This commit is contained in:
Sara 2024-05-16 09:09:45 +02:00
parent 0cf28eb644
commit 17d4a7a860

6
godot/boot.tscn Normal file
View 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")