1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 08:04:23 +00:00
hella-farm/entities/sheep.gd
2024-04-14 05:13:37 +02:00

7 lines
114 B
GDScript

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