Skip to content

Commit

Permalink
Making the landing approach slightly longer so the planes stay on the…
Browse files Browse the repository at this point in the history
… runway... stupid drunken pilots.
  • Loading branch information
jqr committed Apr 24, 2009
1 parent 66228ed commit 443ee52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/port/path.rb
Expand Up @@ -26,7 +26,7 @@ def update(diff, diff_fractional)

def add_landing
polygon.points << landing_strip.landing_point
polygon.points << landing_strip.landing_point + Vector.angle(landing_strip.angle) * 20
polygon.points << landing_strip.landing_point + Vector.angle(landing_strip.angle) * 25
end

def finish
Expand Down

0 comments on commit 443ee52

Please sign in to comment.