AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.41k stars 290 forks source link

Normalize Tile Palette Empty Source Tiles #731

Closed ilexp closed 4 years ago

ilexp commented 5 years ago

Summary

If there are multiple empty tiles in a Tileset, all of them can be used for painting tilemaps. While there is no visual distinction, flood-fill and runtime operations will still identify them as different tiles. This is a potential pitfall that can be removed on the editor side by normalizing tile palette selection.

Analysis

ilexp commented 4 years ago

Done by @cowmanjoe in PR #761.