mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Change the text of custom activity zones
When an activity zone is spawned through the use of `createactivityzone`, and `i` is 35, then it'll change the activity zone text to "Press ENTER to interact".
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
1cbc3bdc7c
commit
0685cade69
@@ -52,7 +52,7 @@ public:
|
||||
|
||||
void generateswnwave(int t);
|
||||
|
||||
void createblock(int t, int xp, int yp, int w, int h, int trig = 0, const std::string& script = "");
|
||||
void createblock(int t, int xp, int yp, int w, int h, int trig = 0, const std::string& script = "", bool custom = false);
|
||||
|
||||
bool disableentity(int t);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user