menu and level select ready

This commit is contained in:
Clevertop 2024-08-13 01:24:47 +10:00
parent 311c0395ab
commit f470efbe1f
10 changed files with 61 additions and 11 deletions

7
Levels/Level 1.tscn Normal file
View file

@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://c6vhdhaji73sn"]
[ext_resource type="PackedScene" uid="uid://bojbawyoy11i4" path="res://Levels/StartingRoom.tscn" id="1_qmnx5"]
[node name="Level1" type="Node3D"]
[node name="ChronoManager" parent="." instance=ExtResource("1_qmnx5")]

View file

@ -294,3 +294,4 @@ shape = SubResource("BoxShape3D_jvb5m")
[connection signal="broadcast" from="." to="Player" method="_on_chrono_manager_broadcast"]
[connection signal="tick" from="." to="Player" method="_on_chrono_manager_tick"]
[connection signal="object_clicked" from="Player" to="." method="_on_player_object_clicked"]
[connection signal="body_entered" from="EndZone/Area3D" to="." method="_on_area_3d_body_entered"]