Yue Posted May 19 Posted May 19 I can't get it to be a list to set the hazard volumes, in the json file. { "component": { "properties": [ { "name": "zoneType", "label": "Zone Type", "value": "ZoneRadiation", "options": [ "ZoneRadiation", "ZoneGas", "ZoneOxygen", "ZoneMental", "ZoneDeath" ] }, { "name": "damagePerSecond", "label": "Damage/sec", "value": 10.0 }, { "name": "debugDraw", "label": "Debug AABB", "value": true } ] } } Quote Murphy's Law: We don't fix bugs, we document them as features. – Murphy Games
Solution Josh Posted May 19 Solution Posted May 19 The value should be an integer, not a string. 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.