way trippier params; skip dolphin game while testing zonk bg

This commit is contained in:
Kistaro Windrider 2024-02-09 00:30:45 -08:00
parent d5647a0328
commit ef59dc3f6a
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -1017,17 +1017,17 @@ end
function start_game()
seq = sequencer.new{
{
f = arcade_level.new,
params = {{
max_score=2,
}}
},
-- {
-- f = arcade_level.new,
-- params = {{
-- max_score=2,
-- }}
-- },
{
f = function()
pal()
clear_alt_pal_bits()
return view.of{bg.new(), fuzzy_stripey.new{interval=7}}
return view.of{bg.new(), fuzzy_stripey.new{interval=7, tries=5}}
end,
},
}