1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00

Fix wrong tiling in top-left corner of Do Try To Keep Up

This commit changes one down-edge tile to be a down-left corner edge
tile.
This commit is contained in:
Info Teddy 2020-02-03 19:44:29 -08:00 committed by Ethan Lee
parent d61d4f6120
commit 6e1197ad64

View file

@ -2153,7 +2153,7 @@ std::vector<std::string> finalclass::loadlevel(int rx, int ry, Game& game, entit
case rn(52,56):
tmap.push_back("219,218,98,220,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,260,218,98,220,219");
tmap.push_back("219,218,98,220,258,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,260,218,98,220,219");
tmap.push_back("219,218,98,220,7,7,7,7,7,178,180,7,7,7,7,7,7,7,178,180,7,7,7,7,178,179,179,180,7,7,7,7,7,7,7,7,218,98,220,219");
tmap.push_back("219,218,98,220,0,0,0,0,0,218,220,0,0,0,0,0,0,0,218,220,0,0,0,0,218,98,98,220,0,0,0,0,0,0,0,0,218,98,220,219");
tmap.push_back("219,218,98,220,0,0,0,0,0,258,260,0,0,0,0,0,0,0,258,260,0,0,0,0,258,259,259,260,0,0,0,0,0,0,0,0,218,98,139,179");