1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-26 03:52:00 +02:00

added lab-white to tile map

This commit is contained in:
grilledham 2018-01-24 19:53:06 +00:00
parent 9f9b9512c4
commit facc60e3be

View File

@ -108,17 +108,18 @@ local tile_map =
[19] = "hazard-concrete-right",
[20] = "lab-dark-1",
[21] = "lab-dark-2",
[22] = "out-of-map",
[23] = "red-desert-0",
[24] = "red-desert-1",
[25] = "red-desert-2",
[26] = "red-desert-3",
[27] = "sand-1",
[28] = "sand-2",
[29] = "sand-3",
[30] = "stone-path",
[31] = "water-green",
[32] = "water"
[22] = "lab-white",
[23] = "out-of-map",
[24] = "red-desert-0",
[25] = "red-desert-1",
[26] = "red-desert-2",
[27] = "red-desert-3",
[28] = "sand-1",
[29] = "sand-2",
[30] = "sand-3",
[31] = "stone-path",
[32] = "water-green",
[33] = "water",
}
function decompress(pic)