/ld28

To get this branch, use:
bzr branch http://9ix.org/bzr/ld28

« back to all changes in this revision

Viewing changes to data/map.lua

  • Committer: Josh C
  • Date: 2013-12-14 22:33:14 UTC
  • Revision ID: josh@9ix.org-20131214223314-gxlkcixtm6ma1mlr
put some walls and a goal... doesn't feel quite right.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
        1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
132
132
        1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
133
133
      }
 
134
    },
 
135
    {
 
136
      type = "objectgroup",
 
137
      name = "objects",
 
138
      visible = true,
 
139
      opacity = 1,
 
140
      properties = {},
 
141
      objects = {
 
142
        {
 
143
          name = "Goal",
 
144
          type = "",
 
145
          shape = "rectangle",
 
146
          x = 560,
 
147
          y = 208,
 
148
          width = 16,
 
149
          height = 16,
 
150
          visible = true,
 
151
          properties = {
 
152
            ["_the"] = "goal"
 
153
          }
 
154
        }
 
155
      }
134
156
    }
135
157
  }
136
158
}