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

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"]