7 lines
204 B
Lua
7 lines
204 B
Lua
DecisionManager.register({
|
|
id = "play_rhythm",
|
|
label = "Play Rhythm Game",
|
|
handle = function() Meters.hide() MinigameRhythmWindow.start(WINDOW_GAME) end,
|
|
condition = function() return true end
|
|
})
|