pandemonium_engine_docs/04_modules/rtile_map.md

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

  1. Get the source code for the engine.

git clone -b 3.x https://github.com/Relintai/pandemonium_engine.git pandemonium

  1. Go into Pandemonium's modules directory.
cd ./pandemonium/modules/
  1. Clone this repository
git clone https://github.com/Relintai/rtile_map.git rtile_map
  1. Build Pandemonium. Tutorial