mmortatti / pico8-emulator

MIT License
27 stars 3 forks source link

Jelpi and bounce demos now work #114

Closed egordorichev closed 4 years ago

egordorichev commented 4 years ago

Screenshot from 2019-10-24 09-02-18

One minor issue with palt() is left, still can't figure it out. Also added support for _update() and _update60().

egordorichev commented 4 years ago

Also, notice the fps, it's not that bad!!

egordorichev commented 4 years ago

Managed to fix jelpi. My game i still a big broken:

Screenshot from 2019-10-24 09-34-23

Nullptr lags even more and is unplayable xD But still, good progress!

egordorichev commented 4 years ago

The print() centering seems to be broken due special emojis

egordorichev commented 4 years ago

Screenshot from 2019-10-24 09-43-36

Hey, I found the issue. Calling pal() on color would reset its transparency state.