This commit is contained in:
pennyrigate 2025-07-23 18:49:06 -04:00
parent 8a0891c6dd
commit ce2b44b3fa
598 changed files with 4038 additions and 7 deletions

7
assets/coin.gd Normal file
View file

@ -0,0 +1,7 @@
extends RigidBody2D
func _on_body_entered(body: Node) -> void:
print("aaa")
if abs(linear_velocity.x) > 200 or abs(linear_velocity.y) > 200:
%AudioStreamPlayer.play()