Kiva-Entertainment / yohk

SRPG game made with Blender, with scripts in Python
Other
9 stars 0 forks source link

stageData.json can store generic units #56

Open KaiGeffen opened 10 years ago

KaiGeffen commented 10 years ago

Currently each unit that starts on the field must have its own dictionary in stageData.json Should be able to have something like: {class = 'rock', location = [2,3]}

KaiGeffen commented 10 years ago

This is low priority. Doesn't slow us down much at all. Punt until desired solution is clearer.