Snake - 10 - reset game

 avatar
TaktycznyBocian
plain_text
2 years ago
116 B
4
Indexable
func reset() :
	var snake_body = [Vector2(5,10), Vector2(4,10), Vector2(3,10)]
	var snake_direction = Vector2(1,0)
Editor is loading...