mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39: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:
parent
d61d4f6120
commit
6e1197ad64
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue