Add position(force)

This argument forces the textbox position, meaning it won't be moved
to be inside of the bounds of the screen (nor have the 10 pixel padding
on each side.)
This commit is contained in:
NyakoFox
2024-11-03 15:08:24 -04:00
committed by Misa Elizabeth Kai
parent d8a8e44afa
commit 45e60fa69c
6 changed files with 58 additions and 18 deletions

View File

@@ -122,6 +122,7 @@ public:
int textboxtimer;
std::vector<TextboxSprite> textbox_sprites;
TextboxImage textbox_image;
bool textbox_forcepos;
//Misc
int i, j, k;