zorldo

Goofing around with Ebiten
git clone git://bsandro.tech/zorldo
Log | Files | Refs | README

overworld.json (4021B)


      1 { "columns":40,
      2  "editorsettings":
      3     {
      4      "export":
      5         {
      6          "format":"json",
      7          "target":"overworld.json"
      8         }
      9     },
     10  "image":"Overworld.png",
     11  "imageheight":576,
     12  "imagewidth":640,
     13  "margin":0,
     14  "name":"overworld",
     15  "spacing":0,
     16  "tilecount":1440,
     17  "tiledversion":"1.4.3",
     18  "tileheight":16,
     19  "tiles":[
     20         {
     21          "id":0,
     22          "type":"grass_000"
     23         }, 
     24         {
     25          "id":40,
     26          "type":"water_ripple_0"
     27         }, 
     28         {
     29          "id":41,
     30          "type":"water_ripple_1"
     31         }, 
     32         {
     33          "id":42,
     34          "type":"water_ripple_2"
     35         }, 
     36         {
     37          "id":43,
     38          "type":"water_ripple_3"
     39         }, 
     40         {
     41          "id":80,
     42          "type":"water_ripple_4"
     43         }, 
     44         {
     45          "id":81,
     46          "type":"water_ripple_5"
     47         }, 
     48         {
     49          "id":82,
     50          "type":"water_ripple_6"
     51         }, 
     52         {
     53          "id":83,
     54          "type":"water_ripple_7"
     55         }, 
     56         {
     57          "id":203,
     58          "properties":[
     59                 {
     60                  "name":"is_movable",
     61                  "type":"bool",
     62                  "value":true
     63                 }],
     64          "type":"log"
     65         }, 
     66         {
     67          "id":204,
     68          "properties":[
     69                 {
     70                  "name":"is_movable",
     71                  "type":"bool",
     72                  "value":true
     73                 }],
     74          "type":"log"
     75         }, 
     76         {
     77          "id":205,
     78          "properties":[
     79                 {
     80                  "name":"is_movable",
     81                  "type":"bool",
     82                  "value":true
     83                 }],
     84          "type":"log"
     85         }, 
     86         {
     87          "id":245,
     88          "type":"bridge_vertical"
     89         }, 
     90         {
     91          "id":246,
     92          "type":"bridge_vertical"
     93         }, 
     94         {
     95          "id":247,
     96          "type":"bridge_vertical"
     97         }, 
     98         {
     99          "id":248,
    100          "type":"bridge_horizontal"
    101         }, 
    102         {
    103          "id":249,
    104          "type":"bridge_horizontal"
    105         }, 
    106         {
    107          "id":250,
    108          "type":"bridge_horizontal"
    109         }, 
    110         {
    111          "id":285,
    112          "type":"bridge_vertical"
    113         }, 
    114         {
    115          "id":286,
    116          "type":"bridge_vertical"
    117         }, 
    118         {
    119          "id":287,
    120          "type":"bridge_vertical"
    121         }, 
    122         {
    123          "id":288,
    124          "type":"bridge_horizontal"
    125         }, 
    126         {
    127          "id":289,
    128          "type":"bridge_horizontal"
    129         }, 
    130         {
    131          "id":290,
    132          "type":"bridge_horizontal"
    133         }, 
    134         {
    135          "id":325,
    136          "type":"bridge_vertical"
    137         }, 
    138         {
    139          "id":326,
    140          "type":"bridge_vertical"
    141         }, 
    142         {
    143          "id":327,
    144          "type":"bridge_vertical"
    145         }, 
    146         {
    147          "id":328,
    148          "type":"bridge_horizontal"
    149         }, 
    150         {
    151          "id":329,
    152          "type":"bridge_horizontal"
    153         }, 
    154         {
    155          "id":330,
    156          "type":"bridge_horizontal"
    157         }, 
    158         {
    159          "id":1094,
    160          "properties":[
    161                 {
    162                  "name":"is_movable",
    163                  "type":"bool",
    164                  "value":false
    165                 }],
    166          "type":"cannon_right"
    167         }, 
    168         {
    169          "id":1095,
    170          "properties":[
    171                 {
    172                  "name":"is_movable",
    173                  "type":"bool",
    174                  "value":false
    175                 }],
    176          "type":"cannon_right"
    177         }, 
    178         {
    179          "id":1134,
    180          "properties":[
    181                 {
    182                  "name":"is_movable",
    183                  "type":"bool",
    184                  "value":false
    185                 }],
    186          "type":"cannon_right"
    187         }, 
    188         {
    189          "id":1135,
    190          "properties":[
    191                 {
    192                  "name":"is_movable",
    193                  "type":"bool",
    194                  "value":false
    195                 }],
    196          "type":"cannon_right"
    197         }],
    198  "tilewidth":16,
    199  "type":"tileset",
    200  "version":1.4
    201 }