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/world.tiled-project | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'res/world.tiled-project') diff --git a/res/world.tiled-project b/res/world.tiled-project index d0eb592..d895c5d 100644 --- a/res/world.tiled-project +++ b/res/world.tiled-project @@ -10,5 +10,16 @@ "properties": [ ], "propertyTypes": [ + { + "id": 1, + "name": "UpgradeType", + "storageType": "int", + "type": "enum", + "values": [ + "dash", + "double_jump" + ], + "valuesAsFlags": false + } ] } -- cgit v1.3-2-g0d8e