-
The game actually has some things you can do now.
I've done a lot of work the last few days.
@jimfrize I added you background back in, but changed it so that it moved slower then the foreground giving…
-
The html file exported refers to a js file that is generated at compile time.
The js file is renamed while packaging the template. This should be done in the html file as well.
Please use the follo…
vkbsb updated
9 years ago
-
Tried to add this plugin to phaser and using
game.add.plugin(Phaser.Plugin.Tiled);
and I get this error and a completely dark,blank game page.
TypeError: Cannot read property 'plugin' of null
…
-
Just an idea. Wondering if maybe we should publish a gh-pages branch of this, that keeps the stable version of code. 2.0.2 for example. And have it link all the examples. Update the jasmine test page …
-
I was working on a game and kept running into an issue where if you press two arrows keys at once, the game would sometimes register both of the key press BUT only after you released one of the keys. …
-
Here is an example:
https://www.youtube.com/watch?v=KRjDkCDcC-I
Is this a known issue?
-
There's a really good writeup on this idea here: http://www.koonsolo.com/news/dewitters-gameloop/
The concept revolves around running the game logic at a constant rate which is _slower_ than the fram…
-
If you buy a new game on the site the app should update it's cached list automatically (and possibly show a notification in the system tray #3)
There are a few ways to do this, some sort of persisten…
leafo updated
9 years ago
-
this error happened when i run ./install script on centos 5.5:
module.js:340
throw err;
^
Error: Cannot find module '/var/linzy/wsp/devkit/sdk/jsio/jsio'
at Function.Module._resolveF…
-
I found out on w3schools that you can make games in HTML and JS with the `<canvas>` element. You need to call `canvas.getContext("2d")` to initialize drawing functions. Then you can use various …
ghost updated
9 years ago