IntPoint.gd.org 379 B

extends Reference

export var id : int export var x : int export var y : int

func _ready(): pass # Replace with function body.

#func _process(delta): # pass