Helco / PebbleOfDoom

A platform is only hackable when some form of Doom is ported to it, let's make Pebble hackable!
MIT License
6 stars 0 forks source link

Gameplay: Text boxes #133

Closed Helco closed 2 years ago

Helco commented 2 years ago

Text boxes have to be shown at various places. We should be able to use the technique shown in https://github.com/mhungerford/pebble_offscreen_rendering_text_demo to let the system render text into a bitmap and rotate the bitmap onto the framebuffer.

The box should be separate functionality to potentially support particle boxes during polishing.

Helco commented 2 years ago

Fixed in e361551