Added Dart Physics

This commit is contained in:
ced
2026-06-20 16:19:33 -05:00
parent feab4d7e4f
commit a77cea1b3d
15 changed files with 296 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
extends Node3D
func _unhandled_input(event):
if event.is_action_pressed("restart"):
get_tree().reload_current_scene()