Snake 1 first

 avatar
unknown
plain_text
2 years ago
90 B
40
Indexable
extends Node2D


func _ready():
	$Board.set_cell(0,0,0,false,false,false,Vector2(0,0))
Editor is loading...