#can i talk with you folks about ways to
1 messages · Page 1 of 1 (latest)
so i have this mahjong game im making right
the tile is currently a prefab with just a mesh in it, and i add these all with a script
but the actual game set up looks like this
so you not only have the wall that i coded up that you draw the tiles from, but you also have one discard pile, one hand and a group of melds per player
and currently the tile is just a single prefab and i think i could use some encapsulation here