diff --git a/src/game/level.gd b/src/game/level.gd index 6a0819b..420caeb 100644 --- a/src/game/level.gd +++ b/src/game/level.gd @@ -46,7 +46,6 @@ func _ready(): finish.add_point(start + finish_right) finish.add_point(start + finish_left) # print_debug("start: ", start, "start out: ", start_out.normalized(), " finish left: ", start + start_out.normalized().rotated(90) * width/2, "start right: ", start + start_out.normalized().rotated(-90) * width/2) - finish.width = 20 player.position = start player.rotation = start_out.angle()