This tool can be used to create and modify levels for Smash Battle.
NOTE: Make sure you create/edit levels in the Battle/stage
folder in the Smash Battle repository. If you don't, the sprite and music files will not be available.
- Create and edit levels
- Character sprites and animation tester
apt-get install build-essential cmake libwxbase3.0-0 libwxbase3.0-dev zlib1g-dev
brew install wxmac zlib
cmake .
make
NOTE: Make sure the working directory is SB_LevelEdit
when running the executable. For instance:
cd ./SB\_LevelEdit/
../leveleditor