Final Commit of the day,

Final commit, the wip/examples folder can be removed,
This commit is contained in:
Webeled
2013-09-30 19:13:01 +01:00
parent bdc8edea9d
commit 933edb203f
6 changed files with 201 additions and 2 deletions
-1
View File
@@ -18,7 +18,6 @@
// Add some values to the query string
game.debug.renderText('Query string with new values : '+game.net.updateQueryString('atari', '520'),game.world.centerX-400,80);
game.debug.renderText('Query string with new values : '+game.net.updateQueryString('amiga', '1200'),game.world.centerX-400,100);
game.debug.renderText('Query string with new values : '+game.net.updateQueryString('commodore', '64'),game.world.centerX-400,120);
console.log('Query String: '+game.net.getQueryString(),game.world.centerX-300,140);
console.log('Query String Param: '+game.net.getQueryString('atari'),game.world.centerX-300,160);