From a4dff59e25e68002943546d0ac15251e9cb7574a Mon Sep 17 00:00:00 2001 From: John Mair Date: Mon, 22 Nov 2010 18:07:32 +1300 Subject: [PATCH] update --- app/map.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/map.rb b/app/map.rb index 0d47175..6ab7fa6 100644 --- a/app/map.rb +++ b/app/map.rb @@ -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"), ] @@ -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!"