mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Fix "seperate" in mobile version as well
oh god it's everywhere
This commit is contained in:
committed by
GitHub
parent
b5cb6cd5f4
commit
2d88a55845
@@ -1063,7 +1063,7 @@
|
|||||||
}else if (words[0] == "foundlab2") {
|
}else if (words[0] == "foundlab2") {
|
||||||
dwgfx.textboxremovefast();
|
dwgfx.textboxremovefast();
|
||||||
|
|
||||||
dwgfx.createtextbox("The secret lab is seperate from", 50, 85, 174, 174, 174);
|
dwgfx.createtextbox("The secret lab is separate from", 50, 85, 174, 174, 174);
|
||||||
dwgfx.addline("the rest of the game. You can");
|
dwgfx.addline("the rest of the game. You can");
|
||||||
dwgfx.addline("now come back here at any time");
|
dwgfx.addline("now come back here at any time");
|
||||||
dwgfx.addline("by selecting the new SECRET LAB");
|
dwgfx.addline("by selecting the new SECRET LAB");
|
||||||
|
|||||||
Reference in New Issue
Block a user