1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2025-02-16 17:13:58 +00:00
hella-farm/entities/gold.gd

7 lines
97 B
GDScript3
Raw Normal View History

2024-04-13 19:07:26 +02:00
extends Node2D
class_name Gold
2024-04-13 19:07:26 +02:00
func _on_move(movement: Vector2) -> void:
position += movement