Enhance game over scene: implement GameOver class with options for retry and main menu, add background image, and handle mouse and keyboard interactions.
This commit is contained in:
@@ -12,8 +12,4 @@ class Scene
|
||||
|
||||
def button_down(id, pos)
|
||||
end
|
||||
|
||||
def close
|
||||
$bus.remove_owner(self)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user