mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
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:
committed by
Misa Elizabeth Kai
parent
1ead8885ba
commit
1d46e17286
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user