diff options
| author | iamcheeseman <[hidden email]> | 2026-01-15 20:23:41 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-01-15 20:23:41 -0500 |
| commit | c353e0b095fb724ee50d6e09fb00cc82b51da250 (patch) | |
| tree | 060f11a1e09352e3191b0fc1ad7970abc8b7e3a0 /res/rooms/carrabassett1.tmj | |
| parent | 012a78995d9e360de1d931943b34f21d4f4a85af (diff) | |
unlockable abilities
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", |
