ariyantoxxx

godot test

Oct 1st, 2024
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Godot GLSL 0.24 KB | Source Code | 0 0
  1. https://www.youtube.com/watch?v=AbLOBP1fIQo&list=PLWTXKdBN8RZdvd3bbCC4mg2kHo3NNnBz7&index=2
  2. extends CharacterBody2D
  3.  
  4.  
  5.  func _ready():
  6.     pass
  7.  
  8.  
  9. func _physics_process (delta):
  10.     pass
  11.  
  12.  
  13. func player_falling(delta):
  14.     if !is_on_floor():
Advertisement
Add Comment
Please, Sign In to add comment