feat: added meters, changed colors, removed unnecessary comments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DecisionManager.register({
|
||||
id = "play_button_mash",
|
||||
label = "Play Button Mash",
|
||||
handle = function() MinigameButtonMashWindow.start(WINDOW_GAME) end,
|
||||
handle = function() Meters.hide() MinigameButtonMashWindow.start(WINDOW_GAME) end,
|
||||
condition = function() return true end
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user