mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-25 09:34:24 +00:00
6 lines
97 B
GDScript
6 lines
97 B
GDScript
extends Node2D
|
|
class_name Gold
|
|
|
|
|
|
func _on_move(movement: Vector2) -> void:
|
|
position += movement
|