Aligned textbox to bottom of screen.

This commit is contained in:
2021-08-12 09:27:47 -07:00
parent 1c4769ba73
commit 61e75e4881
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;