2D
The world of sprites and pixels!
Latest engine news:
is_on_floor() always false after set_up_direction(1, 0) or (-1, 0)
- micearesocute replied
- Im trying to create a tile in godot (2d) that changes the CharacterBody2D's up_direction in gd script. the idea is to move the player towards either up/down/left/right using changed gravity once they ...