mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-06 17:05:04 +03:00
Adding original mapping tools for the sake of completeness
This commit is contained in:
21
tools/editors/World Mapping Editor/areamap.txt
Normal file
21
tools/editors/World Mapping Editor/areamap.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
tmap = new Array();
|
||||
tmap.push("1,2,2,2,2,2,2,2,1,3,1,1,1,4,4,4,4,4,4,4");
|
||||
tmap.push("1,2,2,2,2,2,2,1,1,3,1,1,1,1,4,4,4,4,4,4");
|
||||
tmap.push("1,1,1,1,2,1,1,1,1,3,1,1,1,1,4,4,4,4,4,4");
|
||||
tmap.push("1,1,1,1,2,1,0,1,1,3,1,1,5,5,5,5,4,4,4,4");
|
||||
tmap.push("1,1,2,2,2,1,1,1,1,3,3,3,5,5,5,5,1,1,1,1");
|
||||
tmap.push("1,1,1,1,1,1,1,1,1,3,5,5,5,5,5,5,1,1,1,1");
|
||||
tmap.push("1,1,1,1,0,1,1,1,1,3,5,5,5,5,5,5,5,1,1,1");
|
||||
tmap.push("1,0,0,1,1,1,1,1,1,3,5,5,5,5,5,5,5,5,5,1");
|
||||
tmap.push("1,1,1,1,0,1,1,1,1,3,1,1,1,5,5,5,5,5,5,0");
|
||||
tmap.push("1,1,1,1,1,1,1,1,3,3,1,1,1,5,5,5,5,5,5,1");
|
||||
tmap.push("1,1,1,1,1,1,1,1,1,3,1,1,1,5,5,5,5,5,5,1");
|
||||
tmap.push("1,1,1,1,1,1,1,1,1,3,1,5,5,5,5,5,5,5,5,1");
|
||||
tmap.push("1,1,1,1,1,1,1,0,1,3,1,5,5,5,5,5,5,1,5,1");
|
||||
tmap.push("1,1,1,1,1,1,1,0,1,3,1,5,5,5,5,5,5,1,5,1");
|
||||
tmap.push("1,1,1,1,1,1,1,1,1,3,1,5,5,1,1,1,1,1,5,1");
|
||||
tmap.push("1,1,1,1,1,1,1,2,1,3,1,0,0,1,0,0,0,1,1,1");
|
||||
tmap.push("1,1,2,2,2,2,2,2,1,3,1,1,1,1,1,1,0,1,0,1");
|
||||
tmap.push("1,2,2,2,2,2,2,2,1,3,1,1,1,1,1,1,1,1,1,1");
|
||||
tmap.push("2,2,2,2,2,1,1,2,1,3,1,1,1,1,1,1,0,1,0,1");
|
||||
tmap.push("2,2,2,2,2,1,1,2,1,3,1,1,1,1,1,1,1,1,1,1");
|
||||
Reference in New Issue
Block a user