1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 08:04:23 +00:00
hella-farm/entities/gold.gd

7 lines
127 B
GDScript

extends Node2D
class_name Gold
func _on_move(movement: Vector2) -> void:
Log.p(self, "%s" % movement)
position += movement