Go to file
2021-12-12 20:56:56 +01:00
.gitignore Initial commit. 2021-12-12 20:56:56 +01:00
config.py Initial commit. 2021-12-12 20:56:56 +01:00
LICENSE Initial commit. 2021-12-12 20:56:56 +01:00
README.md Initial commit. 2021-12-12 20:56:56 +01:00
register_types.cpp Initial commit. 2021-12-12 20:56:56 +01:00
register_types.h Initial commit. 2021-12-12 20:56:56 +01:00
SCsub Initial commit. 2021-12-12 20:56:56 +01:00

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