26.04 Boundary Module and Tile Modulev0.1.34 → v0.1.35
Changed in v0.1.35 (2026-04-03): tile module add category code example
→+3 −0
| v0.1.34 | v0.1.35 | ||
|---|---|---|---|
| 56 | When `tileVisible` is `false`, there MUST NOT be any visual representation of the tile and the value of `tileModel` MUST be ignored. | 56 | When `tileVisible` is `false`, there MUST NOT be any visual representation of the tile and the value of `tileModel` MUST be ignored. |
| 57 | 57 | ||
| 58 | When used with the Category module, the artifact that can be used as value of `tileModel` MUST use `tile` as its artifact category. | 58 | When used with the Category module, the artifact that can be used as value of `tileModel` MUST use `tile` as its artifact category. |
| 59 | ```ts | ||
| 60 | type Category = "tile" // ... | ||
| 61 | ``` | ||
| 59 | 62 | ||
| 60 | ## 26.04.03 Horizontal Boundary of the Scene | 63 | ## 26.04.03 Horizontal Boundary of the Scene |
| 61 | 64 | ||