mirror of
https://github.com/Relintai/pandemonium_engine_docs.git
synced 2025-01-06 15:00:03 +01:00
624 B
624 B
TileMap
Pandemonium's TileMap but as an engine module, with a few smaller features added.
The tilemap classes will be prefixed with R, so it compiles cleanly with the built in TileMap class.
Building
- Get the source code for the engine.
git clone -b 3.x https://github.com/Relintai/pandemonium_engine.git pandemonium
- Go into Pandemonium's modules directory.
cd ./pandemonium/modules/
- Clone this repository
git clone https://github.com/Relintai/rtile_map.git rtile_map
- Build Pandemonium. Tutorial