it just werks

This commit is contained in:
pennyrigate 2025-03-02 18:02:05 -05:00
parent 1311e18f1f
commit 7e26433676
50 changed files with 1181 additions and 11 deletions

View file

@ -19,4 +19,5 @@ func _on_area_2d_body_entered(body: Node2D) -> void:
else:
body.velocity.y = (body.jump_force * 1.5) * sign(-body.velocity.y)
body.velocity.x += body.graphics.scale.x * 20.0
%AudioStreamPlayer.play()
%AnimationPlayer.play("bounce")