2013-10-22 13:59:43 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
2013-10-23 03:15:44 +00:00
|
|
|
<title>Phaser Examples</title>
|
2013-10-22 13:59:43 +00:00
|
|
|
<link href="_site/css/phaser-examples.css" media="screen" rel="stylesheet" type="text/css">
|
2013-10-22 20:29:58 +00:00
|
|
|
<script src="_site/js/jquery-2.0.3.min.js" type="text/javascript"></script>
|
2013-10-22 13:59:43 +00:00
|
|
|
<script src="_site/js/phaser-examples.js" type="text/javascript"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="header">
|
|
|
|
<div class="box100 no-padding">
|
|
|
|
<div class="phaser-version">
|
|
|
|
<span>Phaser Version: 1.1</span>
|
2013-10-23 03:15:44 +00:00
|
|
|
<a id="upgrade" href="https://github.com/photonstorm/phaser" class="version-button">New version: </a>
|
2013-10-22 13:59:43 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="clear"></div>
|
|
|
|
<div class="line">
|
|
|
|
<div class="box20">
|
|
|
|
<ul class="nav-links">
|
|
|
|
<li class="link-home"><a href="http://phaser.io">Phaser Home</a></li>
|
|
|
|
<li class="link-latest"><a href="https://github.com/photonstorm/phaser">Download Latest</a></li>
|
|
|
|
<li class="link-forum"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Support Forum</a></li>
|
2013-10-23 14:13:21 +00:00
|
|
|
<li class="link-docs"><a href="../docs/">Documentation</a></li>
|
2013-10-22 13:59:43 +00:00
|
|
|
<li class="link-twitter"><a href="https://twitter.com/photonstorm">Twitter</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="box60 txt-center">
|
|
|
|
<div class="phaser-examples"></div>
|
|
|
|
</div>
|
|
|
|
<div class="box20">
|
|
|
|
<div class="phaser-logo"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="clear clear25"></div>
|
2013-10-23 01:14:51 +00:00
|
|
|
|
2013-10-23 03:15:44 +00:00
|
|
|
<div id="welcome">
|
|
|
|
|
|
|
|
<p>Total Examples: <span id="total"></span></p>
|
|
|
|
|
|
|
|
<p><a href="sideview.html">Switch to Side-View mode</a></p>
|
|
|
|
|
|
|
|
</div>
|
2013-10-23 01:14:51 +00:00
|
|
|
|
2013-10-22 20:29:58 +00:00
|
|
|
<div id="examples-list" class="line go-top border-bottom"></div>
|
2013-10-23 01:14:51 +00:00
|
|
|
|
2013-10-22 13:59:43 +00:00
|
|
|
<div class="clear"></div>
|
|
|
|
<div id="footer" class="footer">
|
|
|
|
<div class="main-container centered">
|
|
|
|
<div class="prize-bg">
|
|
|
|
<a href="#" class="prize-button">View details & submit</a>
|
|
|
|
</div>
|
|
|
|
<div class="line">
|
|
|
|
<div class="box20">
|
|
|
|
<a href="http://www.photonstorm.com" class="photonstorm-logo"></a>
|
|
|
|
© 2013 Photon Storm Ltd.<br/>
|
|
|
|
All rights reserved.
|
|
|
|
</div>
|
|
|
|
<div class="box5">
|
|
|
|
<div class="flixel-logo"></div>
|
|
|
|
</div>
|
|
|
|
<div class="box15">
|
|
|
|
Looking for a flash game framework?<br/>
|
|
|
|
<a href="http://flixel.org">Try Flixel</a>
|
|
|
|
</div>
|
|
|
|
<div class="box55 float-right">
|
|
|
|
<ul class="footer-links">
|
|
|
|
<li><a class="github-icon" href="https://github.com/photonstorm/phaser">Phaser on Github</a></li>
|
|
|
|
<li><a class="twitter-icon" href="https://twitter.com/photonstorm">@photonstorm</a></li>
|
|
|
|
<li><a class="forums-icon" href="http://www.html5gamedevs.com/forum/14-phaser/">Phaser Forums</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|