mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Added more menus; stub for settings, basic pause menu, fixes for multiple Game inits
This commit is contained in:
@@ -36,6 +36,18 @@ class IMICFPS
|
||||
@console.draw if @show_console
|
||||
end
|
||||
|
||||
def draw_cursor
|
||||
if needs_cursor
|
||||
draw_quad(
|
||||
mouse_x, mouse_y, Gosu::Color::WHITE,
|
||||
mouse_x+16, mouse_y, Gosu::Color::WHITE,
|
||||
mouse_x, mouse_y+16, Gosu::Color::WHITE,
|
||||
mouse_x, mouse_y+16, Gosu::Color::WHITE,
|
||||
Float::INFINITY
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
def update
|
||||
super
|
||||
|
||||
|
||||
Reference in New Issue
Block a user