Closed mspraggs closed 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
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.
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
You'll need to install jinja2 for this to work, which you can find here: http://jinja.pocoo.org/ and install with