๐๏ธ Working with Tiles
Importing Tilesets
๐๏ธ 2D or 3D Maps ?
You can create both 2D and 3D games with Eldiron. The difference is mostly in how maps are built and rendered; character, item, and screen behavior stay the same, so you donโt need to relearn anything when switching.
๐๏ธ Creating 2D Maps
2D maps are mostly created using the Rect tool. It allows you to draw tiles directly onto the map by creating a rectangular sector and applying the currently selected tile to it.
๐๏ธ Creating 3D Maps: Geometry
Creating Walls
๐๏ธ Region Settings
Region Settings are stored as TOML and control region-level editor/runtime behavior.
๐๏ธ Creating 3D Maps: Terrain
The terrain system is still a work in progress.