push project up sabs assets

This commit is contained in:
2026-08-07 02:50:54 -05:00
parent 71b666c683
commit f5d6c640ae
131 changed files with 4604 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
extends Area3D
func _on_body_entered(ball: Node3D) -> void:
Globals.game_state.reap_ball.emit(ball)