Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
banister committed Nov 22, 2010
1 parent 00f2860 commit a4dff59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/map.rb
Expand Up @@ -10,7 +10,8 @@ def initialize(window)
@window = window

# background image
@@nebula_textures ||= [Gosu::Image.new(@window, "#{MEDIA}/witchhead.png"),
@@nebula_textures ||= [
# Gosu::Image.new(@window, "#{MEDIA}/witchhead.png"),
Gosu::Image.new(@window, "#{MEDIA}/horsehead.png"),
]

Expand Down Expand Up @@ -96,7 +97,7 @@ def create_screen(position=:right)
# ensure the bezier ends at this point (so next screen can join up nicely)
image.line_to(points.last.x, points.last.y, :texture => @moonscape)

#image.bezier [rand(500), 700, rand(100), 800, rand(800), 900, rand(300), 850 ], :closed => true
# image.bezier [rand(500), 700, rand(100), 800, rand(800), 900, rand(300), 850 ], :closed => true
image.fill 300, 760, :texture => @moonscape

puts "..finished drawing!"
Expand Down

0 comments on commit a4dff59

Please sign in to comment.