vga256 on Nostr: Brianna Townsend 👻 quick question since you've also built a 2d tile based toolkit: ...
Brianna Townsend 👻 (npub15tf…era8)
quick question since you've also built a 2d tile based toolkit:
are your tilemaps implemented with tiles that are assigned x/y/z coordinates, or as a tilemap of multidimensional arrays to represent its z-stack?
i'm at the juncture where i need to implement z, (either by giving tiles a z coord, or by making the tilemaps a 3d array) and i'm wavering between the two
quick question since you've also built a 2d tile based toolkit:
are your tilemaps implemented with tiles that are assigned x/y/z coordinates, or as a tilemap of multidimensional arrays to represent its z-stack?
i'm at the juncture where i need to implement z, (either by giving tiles a z coord, or by making the tilemaps a 3d array) and i'm wavering between the two