Add textcase(n) commands to scripts

This commit is part of rewritten history of the localization branch.
The original (unsquashed) commit history can be found here:
https://github.com/Dav999-v/VVVVVV/tree/localization-orig
This commit is contained in:
Dav999-v
2022-12-30 23:11:44 +01:00
committed by Misa Elizabeth Kai
parent 1ead8885ba
commit 1d46e17286
2 changed files with 15 additions and 0 deletions

View File

@@ -382,6 +382,7 @@ void scriptclass::loadother(const char* t)
"speak_active",
"squeak(player)",
"textcase(1)",
"text(cyan,0,0,1)",
"Yes!",
"position(player,above)",
@@ -399,6 +400,7 @@ void scriptclass::loadother(const char* t)
"speak_active",
"squeak(player)",
"textcase(2)",
"text(cyan,0,0,1)",
"Yes!",
"position(player,above)",