smaller map, eating apples, death
This commit is contained in:
parent
8c0860a840
commit
2c512d5764
12 changed files with 152 additions and 13 deletions
|
|
@ -27,7 +27,7 @@ func _process(delta: float) -> void:
|
|||
snake_line.z_index = 9
|
||||
else:
|
||||
position = Vector2(0,0)
|
||||
zoom = Vector2(0.05,0.05)
|
||||
zoom = Vector2(0.1,0.1)
|
||||
snake_line.modulate = Color(1,1,1,1)
|
||||
snake_line.z_index = 11
|
||||
z_index = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue