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() function start_game()
seq = sequencer.new{ seq = sequencer.new{
{ -- {
f = arcade_level.new, -- f = arcade_level.new,
params = {{ -- params = {{
max_score=2, -- max_score=2,
}} -- }}
}, -- },
{ {
f = function() f = function()
pal() pal()
clear_alt_pal_bits() 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, end,
}, },
} }