mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +03:00
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:
committed by
Misa Elizabeth Kai
parent
45e60fa69c
commit
98a0931225
@@ -43,6 +43,9 @@ textboxclass::textboxclass(int gap)
|
||||
|
||||
image = TEXTIMAGE_NONE;
|
||||
|
||||
force_outline = false;
|
||||
outline = false;
|
||||
|
||||
crewmate_position = TextboxCrewmatePosition();
|
||||
original = TextboxOriginalContext();
|
||||
original.text_case = 1;
|
||||
|
||||
Reference in New Issue
Block a user