Join Nostr
2024-08-05 19:09:21 UTC

vga256 on Nostr: Brianna Townsend quick question since you've also built a 2d tile based toolkit: are ...


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