rtile_map/README.md
2021-12-12 20:56:56 +01:00

579 B

RTileMap

Godot'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/godotengine/godot.git godot

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