Add textoutline(on/off/default)

This commit adds a new scripting command for textbox visual control,
where you're able to force the transparent textbox's outline on or off.
This commit is contained in:
NyakoFox
2024-11-03 16:07:55 -04:00
committed by Misa Elizabeth Kai
parent 45e60fa69c
commit 98a0931225
6 changed files with 60 additions and 7 deletions
+3
View File
@@ -137,6 +137,9 @@ public:
std::vector<TextboxSprite> sprites;
TextboxImage image;
bool force_outline;
bool outline;
TextboxCrewmatePosition crewmate_position;
TextboxOriginalContext original;
TextboxSpacing spacing;