extends Node class_name Entity var position: Vector2 func _init(position: Vector2): self.position = position