quizzlesticks / JavascriptGames

0 stars 1 forks source link

Character Selection Show Sprites #12

Open quizzlesticks opened 3 years ago

quizzlesticks commented 3 years ago

Under the character selection screen draw the character sprites in their respective tiles. The spritesheets have already been loading by ssm.loadAllCharacterClasses(AnimationProfiles); so just find the idle ids and draw them.

quizzlesticks commented 3 years ago

I lied, we would have to loadAllCharacterClasses and then setup onload for the ssm to call the charselect