walking and idle animations

This commit is contained in:
chimchooree
2023-09-08 10:43:27 -05:00
parent 83faf15858
commit 50a478fd5c
4 changed files with 29 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ func track_pos(new_pos):
positions.pop_front()
# Handle
func handle(character):
func handle(_character):
return
# var current_pos = character.get_gpos()
# track_pos(current_pos)