Search the Community
Showing results for tags 'Resource'.
-
This is an awesome program to make game art. Surprisingly I couldn't find it posted here before. http://hexraystudios.com/hexels/
-
I'm new to Phaser and I like it. It has everything I need to make a new html5 game quickly but there is a problem: In the examples provided there is no any preloader example. All we know that preloader must have it's resources preloaded in order to display some kind of beautiful background or animation while loading the rest of data. I've tried adding onLoadComplete listener and then, when preloader resources got downloaded, there is no hope on loading the game data. GameInstance.loader just shuts down and never invokes even after reset(); I suppose there are some state changing mechanisms for that, but I would like to avoid those deeps. There is no documentation on that and I ask you to help me with that weird situation.
-
Hi Pandajs experts! How can I make pandajs and angularjs work together? I would like to experiment on getting a resource object and use it in a game. Is that possible? Or is there any other js framework that can do the job? Thanks!