mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01: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:
parent
1ead8885ba
commit
1d46e17286
2 changed files with 15 additions and 0 deletions
|
@ -1569,6 +1569,7 @@ void scriptclass::load(const std::string& name)
|
||||||
"delay(45)",
|
"delay(45)",
|
||||||
|
|
||||||
"squeak(cry)",
|
"squeak(cry)",
|
||||||
|
"textcase(1)",
|
||||||
"text(blue,0,0,1)",
|
"text(blue,0,0,1)",
|
||||||
"Waaaa!",
|
"Waaaa!",
|
||||||
"position(blue,above)",
|
"position(blue,above)",
|
||||||
|
@ -1596,6 +1597,7 @@ void scriptclass::load(const std::string& name)
|
||||||
"speak_active",
|
"speak_active",
|
||||||
|
|
||||||
"squeak(cry)",
|
"squeak(cry)",
|
||||||
|
"textcase(2)",
|
||||||
"text(blue,0,0,1)",
|
"text(blue,0,0,1)",
|
||||||
"Waaaa!",
|
"Waaaa!",
|
||||||
"position(blue,above)",
|
"position(blue,above)",
|
||||||
|
@ -5947,26 +5949,31 @@ void scriptclass::load(const std::string& name)
|
||||||
"delay(1)",
|
"delay(1)",
|
||||||
"squeak(green)",
|
"squeak(green)",
|
||||||
|
|
||||||
|
"textcase(1)",
|
||||||
"text(purple,0,0,1)",
|
"text(purple,0,0,1)",
|
||||||
"Captain! ",
|
"Captain! ",
|
||||||
"position(purple,above)",
|
"position(purple,above)",
|
||||||
"backgroundtext",
|
"backgroundtext",
|
||||||
"speak",
|
"speak",
|
||||||
|
"textcase(2)",
|
||||||
"text(yellow,0,0,1)",
|
"text(yellow,0,0,1)",
|
||||||
"Captain! ",
|
"Captain! ",
|
||||||
"position(yellow,above)",
|
"position(yellow,above)",
|
||||||
"backgroundtext",
|
"backgroundtext",
|
||||||
"speak",
|
"speak",
|
||||||
|
"textcase(3)",
|
||||||
"text(red,0,0,1)",
|
"text(red,0,0,1)",
|
||||||
"Captain! ",
|
"Captain! ",
|
||||||
"position(red,above)",
|
"position(red,above)",
|
||||||
"backgroundtext",
|
"backgroundtext",
|
||||||
"speak",
|
"speak",
|
||||||
|
"textcase(4)",
|
||||||
"text(green,0,0,1)",
|
"text(green,0,0,1)",
|
||||||
"Captain! ",
|
"Captain! ",
|
||||||
"position(green,above)",
|
"position(green,above)",
|
||||||
"backgroundtext",
|
"backgroundtext",
|
||||||
"speak",
|
"speak",
|
||||||
|
"textcase(5)",
|
||||||
"text(blue,0,0,1)",
|
"text(blue,0,0,1)",
|
||||||
"Captain!",
|
"Captain!",
|
||||||
"position(blue,above)",
|
"position(blue,above)",
|
||||||
|
@ -6537,31 +6544,37 @@ void scriptclass::load(const std::string& name)
|
||||||
"changemood(player,0)",
|
"changemood(player,0)",
|
||||||
"changemood(green,0)",
|
"changemood(green,0)",
|
||||||
"changemood(purple,0)",
|
"changemood(purple,0)",
|
||||||
|
"textcase(1)",
|
||||||
"text(player,0,0,1)",
|
"text(player,0,0,1)",
|
||||||
"COMBINE!",
|
"COMBINE!",
|
||||||
"position(player,above)",
|
"position(player,above)",
|
||||||
"backgroundtext",
|
"backgroundtext",
|
||||||
"speak",
|
"speak",
|
||||||
|
"textcase(2)",
|
||||||
"text(purple,0,0,1)",
|
"text(purple,0,0,1)",
|
||||||
"COMBINE!",
|
"COMBINE!",
|
||||||
"position(purple,above)",
|
"position(purple,above)",
|
||||||
"backgroundtext",
|
"backgroundtext",
|
||||||
"speak",
|
"speak",
|
||||||
|
"textcase(3)",
|
||||||
"text(yellow,0,0,1)",
|
"text(yellow,0,0,1)",
|
||||||
"COMBINE!",
|
"COMBINE!",
|
||||||
"position(yellow,above)",
|
"position(yellow,above)",
|
||||||
"backgroundtext",
|
"backgroundtext",
|
||||||
"speak",
|
"speak",
|
||||||
|
"textcase(4)",
|
||||||
"text(red,0,0,1)",
|
"text(red,0,0,1)",
|
||||||
"COMBINE!",
|
"COMBINE!",
|
||||||
"position(red,above)",
|
"position(red,above)",
|
||||||
"backgroundtext",
|
"backgroundtext",
|
||||||
"speak",
|
"speak",
|
||||||
|
"textcase(5)",
|
||||||
"text(green,0,0,1)",
|
"text(green,0,0,1)",
|
||||||
"COMBINE!",
|
"COMBINE!",
|
||||||
"position(green,above)",
|
"position(green,above)",
|
||||||
"backgroundtext",
|
"backgroundtext",
|
||||||
"speak",
|
"speak",
|
||||||
|
"textcase(6)",
|
||||||
"text(blue,0,0,1)",
|
"text(blue,0,0,1)",
|
||||||
"COMBINE!",
|
"COMBINE!",
|
||||||
"position(blue,above)",
|
"position(blue,above)",
|
||||||
|
|
|
@ -382,6 +382,7 @@ void scriptclass::loadother(const char* t)
|
||||||
"speak_active",
|
"speak_active",
|
||||||
|
|
||||||
"squeak(player)",
|
"squeak(player)",
|
||||||
|
"textcase(1)",
|
||||||
"text(cyan,0,0,1)",
|
"text(cyan,0,0,1)",
|
||||||
"Yes!",
|
"Yes!",
|
||||||
"position(player,above)",
|
"position(player,above)",
|
||||||
|
@ -399,6 +400,7 @@ void scriptclass::loadother(const char* t)
|
||||||
"speak_active",
|
"speak_active",
|
||||||
|
|
||||||
"squeak(player)",
|
"squeak(player)",
|
||||||
|
"textcase(2)",
|
||||||
"text(cyan,0,0,1)",
|
"text(cyan,0,0,1)",
|
||||||
"Yes!",
|
"Yes!",
|
||||||
"position(player,above)",
|
"position(player,above)",
|
||||||
|
|
Loading…
Reference in a new issue