Added global event bus

This commit is contained in:
Henry 2026-05-09 17:13:25 +01:00
parent e98ba4ef27
commit eb6f24a389
4 changed files with 15 additions and 0 deletions

View file

@ -11,3 +11,7 @@ func start(xform):
func _physics_process(delta):
velocity.z -= speed * delta
move_and_slide()
func _on_area_3d_area_entered(area: Area3D) -> void:
pass # Replace with function body.