Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- func _on_JumpPad_Green_body_entered(body: Node) -> void:
- if body.name == "Player":
- print("check")
- body.y_velo = -700
- $AnimationPlayer.play("used")
- #body.GRAVITY(body.y_velo)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement