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:
@@ -16,7 +16,7 @@ module Config
|
||||
@config.merge!(data.transform_keys(&:to_sym))
|
||||
end
|
||||
|
||||
$bus.on(:settings) { |k| @config[k] }
|
||||
$bus.on(:settings, :master) { |k| @config[k] }
|
||||
|
||||
module_function
|
||||
|
||||
|
||||
Reference in New Issue
Block a user