mirror of
https://github.com/wassname/phaser.git
synced 2026-07-26 13:27:43 +08:00
Revamping the examples area.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user