1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-25 17:44:24 +00:00
hella-farm/entities/top_hat.gd

7 lines
114 B
GDScript3
Raw Normal View History

extends CharacterBody2D
class_name TopHat
func _on_move(movement: Vector2) -> void:
move_and_collide(movement)