mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Added a proper cursor, game pause menu now has a transparent background (Game is drawn behind menu)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
class IMICFPS
|
||||
class GamePauseMenu < Menu
|
||||
def setup
|
||||
@background_alpha = 50
|
||||
title "I-MIC FPS"
|
||||
subtitle "Paused"
|
||||
|
||||
@@ -8,6 +9,10 @@ class IMICFPS
|
||||
pop_state
|
||||
end
|
||||
|
||||
link "Settings" do
|
||||
push_state(SettingsMenu)
|
||||
end
|
||||
|
||||
link "Disconnect" do
|
||||
push_state(MainMenu)
|
||||
end
|
||||
@@ -20,4 +25,4 @@ class IMICFPS
|
||||
super
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user