Files
impostor/inc/decision/decision.play_rhythm.lua
Zsolt Tasnadi d9febf16e0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
remove prular defitions
2026-02-22 15:20:10 +01:00

6 lines
155 B
Lua

Decision.register({
id = "play_rhythm",
label = "Play Rhythm Game",
handle = function() Meter.hide() MinigameRhythmWindow.start(WINDOW_GAME) end,
})