smaller map, eating apples, death

This commit is contained in:
Tabby 2025-08-15 13:33:08 +10:00
parent 8c0860a840
commit 2c512d5764
12 changed files with 152 additions and 13 deletions

View file

@ -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