mspraggs / potentia

Southampton Game Jam 2015
0 stars 0 forks source link

Please use collect_levels.py #91

Closed mspraggs closed 8 years ago

mspraggs commented 9 years ago

I've updated the level files in levels/ to reflect the current level layout. Please make changes to these files in future if you want to update the levels. To propagate the changes through to lib/levels.cpp, run

python collect_levels.py levels/active_levels.xml lib/levels

You'll need to install jinja2 for this to work, which you can find here: http://jinja.pocoo.org/ and install with

sudo easy_install jinja2
DivFord commented 9 years ago

On the mac it's:

/usr/local/bin/python collect_levels.py levels/active_levels.xml lib/levels

Writing it down here so I can find it again if (when…) I forget.