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,8 @@
class_name BallDetector extends Area3D
func major_body_entered(ball: Node3D) -> void:
ball.axis_lock_linear_y = false
func miner_body_entered(ball: Node3D) -> void:
Globals.game_state.process_ball.emit(ball)