Hi Everyone,
I'm trying to do a connect 3 type game where the tiles drop as space is made. I've got the general drop mechanic and objects will stack on other objects, but they won't stack on themselves.
Any help is appreciated.
Create a family with the tile object. And use "For each Tile -> Tile is overlapping TileFamily"
Develop games in your browser. Powerful, performant & highly capable.
Ah got it, thank you.