From c353e0b095fb724ee50d6e09fb00cc82b51da250 Mon Sep 17 00:00:00 2001 From: iamcheeseman <[hidden email]> Date: Thu, 15 Jan 2026 20:23:41 -0500 Subject: unlockable abilities --- res/rooms/carrabassett1.tmj | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) (limited to 'res/rooms/carrabassett1.tmj') 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", -- cgit v1.3-2-g0d8e