mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
Fix "Exausted?" and "scentists" typos in mobile version
This commit is contained in:
parent
2aa4aa5f8a
commit
113c585592
2 changed files with 4 additions and 4 deletions
|
@ -946,7 +946,7 @@ tmap.push("280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,2
|
||||||
obj.createentity(game, -8, 180, 11, 224); // (horizontal gravity line)
|
obj.createentity(game, -8, 180, 11, 224); // (horizontal gravity line)
|
||||||
|
|
||||||
rcol = 0;
|
rcol = 0;
|
||||||
roomname = "Exausted?";
|
roomname = "Exhausted?";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
||||||
|
@ -1861,4 +1861,4 @@ default:
|
||||||
public var coin:int;
|
public var coin:int;
|
||||||
public var rcol:int;
|
public var rcol:int;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4710,7 +4710,7 @@
|
||||||
|
|
||||||
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)");
|
||||||
|
@ -5819,4 +5819,4 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
running = true;
|
running = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue