orklepee / mushroom_generator

Mushroom generator
https://thethinkingcomputer.com/?cat=5
GNU General Public License v3.0
1 stars 1 forks source link

Info box expands by length of text #6

Open orklepee opened 3 years ago

orklepee commented 3 years ago

Currently, this is hardcoded:

FillRect(8, 352, 148, 120, olc::DARK_BLUE);
DrawRect(8, 352, 148, 120, olc::WHITE);

Defined in olcPixelGameEngine.h:

FillRect(int32_t x, int32_t y, int32_t w, int32_t h, Pixel p)

Expand automatically instead