Preparing new static examples viewer.

This commit is contained in:
photonstorm
2013-10-22 14:59:43 +01:00
parent 07724e5001
commit 77fd15bf3c
68 changed files with 301 additions and 44 deletions
+27
View File
@@ -0,0 +1,27 @@
<?php
require('funcs.php');
getFile();
?>
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title><?php echo $title?></title>
<?php
require('phaser-debug-js.php');
?>
<script src="<?php echo $filename?>"></script>
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="phaser-example"></div>
</body>
</html>