mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add setactivitycolour(colour) and setactivitytext() commands
These commands will change the colour and text of the next activity zone that gets spawned. `setactivitycolour` takes all textbox colors, and `setactivitytext` will take the text on the next line. These commands were designed this way to avoid breaking forwards compatibility.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
0685cade69
commit
b15e25f106
@@ -193,6 +193,8 @@ public:
|
||||
bool customwarpmode, customwarpmodevon, customwarpmodehon;
|
||||
std::string customscript;
|
||||
bool customcrewmoods[Game::numcrew];
|
||||
std::string customactivitycolour;
|
||||
std::string customactivitytext;
|
||||
};
|
||||
|
||||
#ifndef OBJ_DEFINITION
|
||||
|
||||
Reference in New Issue
Block a user