mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-02 07:23:53 +03:00
fix Victoria typo "scentists" in the Secret Lab
This commit is contained in:
@@ -5319,7 +5319,7 @@ void scriptclass::load(std::string t)
|
|||||||
|
|
||||||
add("squeak(blue)");
|
add("squeak(blue)");
|
||||||
add("text(blue,0,0,3)");
|
add("text(blue,0,0,3)");
|
||||||
add("This lab is amazing! The scentists");
|
add("This lab is amazing! The scientists");
|
||||||
add("who worked here know a lot more");
|
add("who worked here know a lot more");
|
||||||
add("about warp technology than we do!");
|
add("about warp technology than we do!");
|
||||||
add("position(blue,below)");
|
add("position(blue,below)");
|
||||||
|
|||||||
Reference in New Issue
Block a user