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/world.tiled-project | |
| parent | 012a78995d9e360de1d931943b34f21d4f4a85af (diff) | |
unlockable abilities
Diffstat (limited to 'res/world.tiled-project')
| -rw-r--r-- | res/world.tiled-project | 11 |
1 files changed, 11 insertions, 0 deletions
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 + } ] } |
