diff options
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 + } ] } |
