slowed the snake down, now the doors are much more reliable
This commit is contained in:
parent
5197d10172
commit
7584cf0b19
11 changed files with 71 additions and 10 deletions
|
|
@ -10,6 +10,7 @@ var want_direction : Vector2 = Vector2.RIGHT
|
|||
var start_pos : Vector2
|
||||
var target_pos : Vector2
|
||||
var move_progress : float
|
||||
var seg_id : int
|
||||
|
||||
var snake_speed : float = 1
|
||||
# if snake is the head, it chooses where it goes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue