2 Commits

Author SHA1 Message Date
e88ae87333 clear_alt_pal_bits to reset what sea setup does 2024-02-09 00:16:42 -08:00
741042379e trans pride colors! 2024-02-09 00:15:35 -08:00

View File

@ -1027,7 +1027,7 @@ function start_game()
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{c=6}, fuzzy_stripey.new{interval=7, colors={12, 7, 14}, weight=8}}
end, end,
}, },
} }