David1Socha / number-nibbler

A basic math-based children's game. Made in the Love2D framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning box can go offscreen slightly

David1Socha opened this issue · comments

When a box is near the edge of the screen, it might not display fully. I assume this is because the substantial line width causes the line to begin being drawn before the actual x/y positions. Could be fixed by adding an offset equal to that added by line width, though the box size would also need to be reduced accordingly.

Another warning box bug: it shows up after defeat. Easy fix though.