New examples HTML page added.

This commit is contained in:
photonstorm
2013-10-08 12:52:20 +01:00
parent fa692653e3
commit ebc4e5dc3d
52 changed files with 1657 additions and 525 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
function dirToArray($dir) {
$ignore = array('.', '..', 'Tests.csproj', 'Tests.csproj.user', 'bin', 'index.php', 'phaser.css', 'obj', 'assets', 'states', 'Phaser Tests.sublime-project');
$ignore = array('.', '..', 'Tests.csproj', 'Tests.csproj.user', 'bin', 'html', 'index.php', 'phaser.css', 'obj', 'assets', 'states', 'Phaser Tests.sublime-project');
$result = array();
$root = scandir($dir);
$dirs = array_diff($root, $ignore);