- ddr special logic seems to be working in solation
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
Decision.register({
|
||||
id = "play_ddr",
|
||||
label = "Play DDR (Random)",
|
||||
handle = function() Meter.hide() MinigameDDRWindow.start("game", nil) end,
|
||||
handle = function()
|
||||
Meter.hide()
|
||||
MinigameDDRWindow.start("game", nil)
|
||||
end,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user