Aligned textbox to bottom of screen.

This commit is contained in:
2021-08-12 09:27:47 -07:00
parent 5a12682f9b
commit c1aab33f13
3 changed files with 8 additions and 3 deletions

View File

@ -35,6 +35,9 @@ typedef struct {
/** X, Y Position of the textbox */
float x, y;
/** Readonly values for the dimensions of the textbox */
float width, height;
/** Animation of the textbox */
float textScroll;