jtothebell / fake-08

A Pico-8 player/emulator for console homebrew
Other
577 stars 48 forks source link

Text outline issue #59

Closed jtothebell closed 3 years ago

jtothebell commented 3 years ago

affects multiple carts: Sonic, soulbound. Example cart text: function brd(f) apal(0) camera(-1,0) f() camera(1,0) f() camera(0,-1) f() camera(0,1) f() pal() camera() f() end

function apal(n) for i=0,15 do pal(i,n) end end

function _draw() cls(10)

local s="press ❎ to start" function f() print(s,64-2*#s,88,15) end brd(f)

end

jtothebell commented 3 years ago

Fixed with latest release