diff options
Diffstat (limited to 'res/rooms/carrabassett1.tmj')
| -rw-r--r-- | res/rooms/carrabassett1.tmj | 39 |
1 files changed, 37 insertions, 2 deletions
diff --git a/res/rooms/carrabassett1.tmj b/res/rooms/carrabassett1.tmj index 5a59827..91274b9 100644 --- a/res/rooms/carrabassett1.tmj +++ b/res/rooms/carrabassett1.tmj @@ -32,9 +32,44 @@ "width":20, "x":0, "y":0 + }, + { + "draworder":"topdown", + "id":2, + "name":"Objects", + "objects":[ + { + "height":0, + "id":1, + "name":"Dash", + "point":true, + "properties":[ + { + "name":"image", + "type":"file", + "value":"..\/img\/dash_pickup.qoi" + }, + { + "name":"type", + "propertytype":"UpgradeType", + "type":"int", + "value":0 + }], + "rotation":0, + "type":"upgrade", + "visible":true, + "width":0, + "x":160, + "y":240 + }], + "opacity":1, + "type":"objectgroup", + "visible":true, + "x":0, + "y":0 }], - "nextlayerid":2, - "nextobjectid":1, + "nextlayerid":3, + "nextobjectid":7, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.11.2", |
