removed coding artefact from smaller viewport

pull/1/head
Artur 2026-04-12 22:53:33 +02:00
parent 3c3cfd310f
commit 0a8dcc825b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func get_spawn_position() -> Vector2:
spawn_y = up_left.y spawn_y = up_left.y
elif side == 1: elif side == 1:
# rechts # rechts
spawn_x = up_right.x +50 spawn_x = up_right.x
spawn_y = randf_range(up_right.y, down_right.y) spawn_y = randf_range(up_right.y, down_right.y)
elif side == 2: elif side == 2:
#unten #unten