/ld28

To get this branch, use:
bzr branch /bzr/ld28

« back to all changes in this revision

Viewing changes to data/map.lua

  • Committer: Josh C
  • Date: 2013-12-15 02:53:51 UTC
  • Revision ID: josh@9ix.org-20131215025351-g6jn442ybabnegsf
clones turning into fake goals

Show diffs side-by-side

added added

removed removed

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
 
      }
156
134
    }
157
135
  }
158
136
}