X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=tile_randomizer.px;h=bbafba7925e268d229ff8aab1362a6656b55ae84;hb=e6d6944c9d31420db97a68cfa10a8fc29cb53791;hp=aa1fc73c4f0cddc5921a94af785a599f69af4b34;hpb=e2694bf148c4d1c1d90218c49b60c24a397f2fc7;p=supertux-levels.git diff --git a/tile_randomizer.px b/tile_randomizer.px index aa1fc73..bbafba7 100755 --- a/tile_randomizer.px +++ b/tile_randomizer.px @@ -11,9 +11,14 @@ our $TileGroups = [1009, 1013, 1014], # forest stones fill [1011, 1015], # forest stones right [1017, 1018], # forest stones bottom + [1861, 1862], # forest underground gras + [1865, 1866], # forest underground stones top + [1868, 1872], # forest underground stones left + [1869, 1873, 1874], # forest underground stones fill + [1871, 1875], # forest underground stones right + [1877, 1879], # forest underground stones bottom [2058, 2060, 2061, 2065, 2066, 2070], # ice tiles - [2179, 2180, 2181, 2187, 2188, 2189, 2195, 2196, 2197], # snow bg - [2171, 2172, 2175, 2176] # those other snow thingies + [2179, 2180, 2181, 2187, 2188, 2189, 2195, 2196, 2197] # snow bg ]; our $TileMap = {};