-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
featureIt's a feature, not a bug.It's a feature, not a bug.
Description
Is your feature request related to a problem? Please describe.
It would be useful if the editor would support building isometric maps from 2D tilesets by doing isometric projection on the fly.
Benefits:
- Editor can now be use in 2D and 3D isometric engines
- 2D tileset arrangement greatly improves texture space utilization by tightly packing tiles (there is no wasted space like in isometric tiles)
Describe the solution you'd like.
The category for tile projection could be specified on a tileset level:
- Ground
- Wall
Tile level ?
- Draw offset should be specified on the tile level to avoid duplicating tile.
Bonus features:
- Specify tile texture filtering: nearest, linear
- Allow to specify any wall Y rotation to increase the degree of freedom and expression

Describe alternatives you've considered.
No response
Metadata
Metadata
Assignees
Labels
featureIt's a feature, not a bug.It's a feature, not a bug.