Skin it is an addon I released in the Scirra store a while back, but I've made some new bug fixes to it and I think this should be the final release for it. Con...
Today I am looking for advice. I am making a top-down rougelike game. I have a character (not a very good one), with 12 animations: 4 direction walk, idle, and...
I have a bunch of skins in a game I am making, and each skin has a global variable to check if it is unlocked or not (Example: BallSkin1, BallSkin2, etc. 0 mean...
I am making a skins menu for my game, and I'm using an array to store if each skin is unlocked (0 for no, 1 for yes). Each button for the skins is just an insta...
I have a multiplayer created with the default Real Time Multiplayer template. I also have a database created in Firebase. The problem is the following: Each pla...
I will explain my situation in detail: My game is multiplayer (4 players per game), and I would like each player to be able to choose their own "skin". However,...