From cd16896f86aea9b273fc2b6e3931d30bf76fc7c0 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Sun, 5 Aug 2018 11:09:37 -0500 Subject: [PATCH] Added comments --- _background_menu_test.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_background_menu_test.rb b/_background_menu_test.rb index e462a07..bc72da4 100644 --- a/_background_menu_test.rb +++ b/_background_menu_test.rb @@ -34,15 +34,20 @@ class Window < Gosu::Window end @background.draw(0, 0, 0) + + # Box draw_rect( Gosu.screen_width/4, 0, Gosu.screen_width/2, Gosu.screen_height, Gosu::Color.rgba(100, 100, 100, 150) # Gosu::Color.rgba(@base_color.red+@color_step, @base_color.green+@color_step, @base_color.blue+@color_step, 200) ) + + # Texts @title.draw @singleplayer.draw + # Cursor fill_quad( mouse_x, mouse_y, mouse_x+16, mouse_y+16,