Compare commits
2 Commits
f91fc76b1d
...
87d2f5634a
Author | SHA1 | Date | |
---|---|---|---|
87d2f5634a | |||
07ea9b405a |
25
vacation.p8
25
vacation.p8
@ -897,21 +897,6 @@ end
|
|||||||
-->8
|
-->8
|
||||||
-- awakener
|
-- awakener
|
||||||
|
|
||||||
fast_awakener = {}
|
|
||||||
mknew(fast_awakener)
|
|
||||||
|
|
||||||
function fast_awakener:update()
|
|
||||||
--todo: implement
|
|
||||||
end
|
|
||||||
|
|
||||||
function fast_awakener:draw()
|
|
||||||
cls()
|
|
||||||
pal()
|
|
||||||
clear_alt_pal_bits()
|
|
||||||
font_default()
|
|
||||||
print("placeholder", 45, 61, 8)
|
|
||||||
end
|
|
||||||
|
|
||||||
count_up=[[bgdy:-0.1 bspd:240 center:3:18
|
count_up=[[bgdy:-0.1 bspd:240 center:3:18
|
||||||
>wITH EVERY COUNT
|
>wITH EVERY COUNT
|
||||||
FROM 1 !UP TO 5,
|
FROM 1 !UP TO 5,
|
||||||
@ -1446,14 +1431,8 @@ function setup_arcade_pal()
|
|||||||
pal(game_uw_pal, 2)
|
pal(game_uw_pal, 2)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- global wave amplitude clock
|
function wave()
|
||||||
-- wave per 2 seconds
|
return 2.5 * sin((t())>>1)
|
||||||
-- optional toff: offset. at
|
|
||||||
-- toff==0 draw directly under
|
|
||||||
-- the dolphin
|
|
||||||
function wave(toff)
|
|
||||||
toff = toff or 0
|
|
||||||
return 2.5 * sin((t()+toff)>>1)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function clear_alt_pal_bits()
|
function clear_alt_pal_bits()
|
||||||
|
Loading…
Reference in New Issue
Block a user