it is now as confusing as possible!
This commit is contained in:
parent
03de542e3a
commit
a33b907755
@ -431,10 +431,7 @@ mknew(sea)
|
|||||||
|
|
||||||
function sea:draw()
|
function sea:draw()
|
||||||
rectfill(0, 72+wave(), 128, 84, 0)
|
rectfill(0, 72+wave(), 128, 84, 0)
|
||||||
local pokeme = 0xFC00 + ((0x3E0 << flr(wave()+3)) & 0x3E0)
|
poke2(0x5f78, 0xFF80 >> -wave())
|
||||||
poke2(0x5f78, pokeme)
|
|
||||||
print(tostr(pokeme, true), 0, 0, 15)
|
|
||||||
rectfill(64, 0, 80, 128, 7)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
arcade_level = {
|
arcade_level = {
|
||||||
|
Loading…
Reference in New Issue
Block a user