Added Game core loop stepping support. Super-useful for debugging, and helped me track down the issue with jittery physics collision. Double-win!

This commit is contained in:
photonstorm
2014-01-29 17:10:13 +00:00
parent d51a37211c
commit 651858372c
25 changed files with 1268 additions and 438 deletions
+3
View File
@@ -77,6 +77,7 @@
<meta charset="UTF-8" />
<title>phaser</title>
<base href="../"></base>
<script src="_site/js/jquery-2.0.3.min.js" type="text/javascript"></script>
<?php
require('../../build/config.php');
@@ -99,6 +100,8 @@
<div id="phaser-example"></div>
<input type="button" id="step" value="step" />
<h2>work in progress examples</h2>
<?php