New FXManager system and Camera FX now in place.

This commit is contained in:
Richard Davey
2013-05-01 04:10:21 +01:00
parent c5cccf3283
commit 7d98a1bb9d
325 changed files with 10515 additions and 20564 deletions
+2 -1
View File
@@ -43,6 +43,7 @@ if (isset($_GET['f']))
<title>Phaser Test Runner: <?php echo $state?></title>
<link rel="stylesheet" href="phaser.css" type="text/css" />
<script src="phaser.js"></script>
<script src="phaser-fx.js"></script>
<?php
if ($state)
{
@@ -106,7 +107,7 @@ if ($state == false)
// If $key is an array, output it as an h2 or something
if (is_array($value) && count($value) > 0)
{
echo "<h2>$key</h2>";
echo "<h2>$key (" . count($value) . " examples)</h2>";
printJSLinks($key, $value);
}