removed coding artefact from smaller viewport
parent
3c3cfd310f
commit
0a8dcc825b
|
|
@ -32,7 +32,7 @@ func get_spawn_position() -> Vector2:
|
|||
spawn_y = up_left.y
|
||||
elif side == 1:
|
||||
# rechts
|
||||
spawn_x = up_right.x +50
|
||||
spawn_x = up_right.x
|
||||
spawn_y = randf_range(up_right.y, down_right.y)
|
||||
elif side == 2:
|
||||
#unten
|
||||
|
|
|
|||
Loading…
Reference in New Issue