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

8 lines
127 B
GDScript3
Raw Normal View History

2024-04-13 17:07:26 +00:00
extends Node2D
class_name Gold
2024-04-13 17:07:26 +00:00
func _on_move(movement: Vector2) -> void:
Log.p(self, "%s" % movement)
position += movement