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

7 lines
95 B
GDScript3
Raw Normal View History

@icon("res://behaviours/move.svg")
extends Node2D
class_name Move
signal move(norm: Vector2)