mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
Add cutscene test menu
This allows translators to test all text boxes in the scripts. It doesn't run the scripts themselves - it only shows the basic appearance of each text box individually, so context may be lost but it's good to have a way to see any text boxes that might otherwise not be easily seen because they require specific circumstances to appear.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
0ed7717dd5
commit
3937a12a85
@@ -44,6 +44,7 @@ enum StartMode
|
||||
Start_CUSTOM,
|
||||
Start_CUSTOM_QUICKSAVE,
|
||||
Start_QUIT,
|
||||
Start_CUTSCENETEST,
|
||||
|
||||
Start_FIRST_NODEATHMODE = Start_NODEATHMODE_WITHCUTSCENES,
|
||||
Start_LAST_NODEATHMODE = Start_NODEATHMODE_NOCUTSCENES,
|
||||
@@ -66,6 +67,9 @@ public:
|
||||
void loadother(const char* t);
|
||||
void loadcustom(const std::string& t);
|
||||
|
||||
void add_test_line(const std::string& speaker, const std::string& english, char textcase);
|
||||
void loadtest(const std::string& name);
|
||||
|
||||
void inline add(const std::string& t)
|
||||
{
|
||||
commands.push_back(t);
|
||||
|
||||
Reference in New Issue
Block a user