From 77fd15bf3c763b359df772a7b99935512adbf5d9 Mon Sep 17 00:00:00 2001 From: photonstorm Date: Tue, 22 Oct 2013 14:59:43 +0100 Subject: [PATCH] Preparing new static examples viewer. --- README.md | 9 +- examples/{ => _site}/build.php | 0 .../css/phaser-examples.css} | 83 +++++++------- examples/{ => _site}/examples.json | 0 .../fonts}/HelveticaNeueLTStd-Bd.otf | Bin .../html => _site/fonts}/inconsolata.woff | Bin examples/{ => _site}/funcs.php | 0 .../html => _site/images}/bg-footer.jpg | Bin .../html => _site/images}/controls-label.png | Bin .../html => _site/images}/down-label.png | Bin .../html => _site/images}/flixel-logo.png | Bin .../html => _site/images}/footer-bg.jpg | Bin .../html => _site/images}/footer-bg2.jpg | Bin .../html => _site/images}/forums-icon.png | Bin .../images}/game-controls-bg.jpg | Bin .../html => _site/images}/github-icon.png | Bin .../html => _site/images}/gradient-bg.jpg | Bin .../images}/group-item-hover.png | Bin .../html => _site/images}/group-item.png | Bin .../html => _site/images}/header-bg.jpg | Bin .../html => _site/images}/header-bg2.jpg | Bin .../{assets/html => _site/images}/laser1.png | Bin .../{assets/html => _site/images}/laser10.png | Bin .../{assets/html => _site/images}/laser2.png | Bin .../{assets/html => _site/images}/laser3.png | Bin .../{assets/html => _site/images}/laser4.png | Bin .../{assets/html => _site/images}/laser5.png | Bin .../{assets/html => _site/images}/laser6.png | Bin .../{assets/html => _site/images}/laser7.png | Bin .../{assets/html => _site/images}/laser8.png | Bin .../{assets/html => _site/images}/laser9.png | Bin .../html => _site/images}/left-label.png | Bin .../html => _site/images}/lite_footer.jpg | Bin .../html => _site/images}/lite_header.jpg | Bin .../html => _site/images}/lite_header_2.jpg | Bin .../html => _site/images}/mute-button.png | Bin .../html => _site/images}/nav-icons.png | Bin .../html => _site/images}/pause-button.png | Bin .../html => _site/images}/phaser-examples.png | Bin .../html => _site/images}/phaser-logo.png | Bin .../html => _site/images}/phaser-version.png | Bin .../images}/photonstorm-logo.png | Bin .../html => _site/images}/prize-bg.png | Bin .../html => _site/images}/prize-button.png | Bin .../html => _site/images}/reset-button.png | Bin .../html => _site/images}/right-label.png | Bin .../html => _site/images}/space-label.png | Bin .../html => _site/images}/twitter-icon.png | Bin .../html => _site/images}/up-label.png | Bin .../html => _site/images}/version-button.png | Bin examples/{ => _site}/index.php | 0 .../{assets/html => _site/js}/application.js | 0 examples/_site/js/phaser-examples.js | 77 +++++++++++++ examples/{ => _site}/lite.php | 0 examples/{ => _site}/phaser-debug-js.php | 0 .../html => _site/templates}/demo.html | 0 .../html => _site/templates}/index.html | 0 .../{view_full.php => _site/view_full.html} | 0 examples/_site/view_full.php | 103 ++++++++++++++++++ examples/{ => _site}/view_lite.php | 0 examples/{ => _site}/view_plain.php | 0 examples/assets/bd/back.png | Bin 248 -> 0 bytes examples/assets/bd/back2.png | Bin 399 -> 0 bytes examples/assets/bd/burd.png | Bin 675 -> 0 bytes examples/assets/bd/scroller.png | Bin 1369 -> 0 bytes examples/assets/fonts/tiw_font.png | Bin 0 -> 9861 bytes examples/assets/suite/background.png | Bin 3300 -> 0 bytes examples/index.html | 73 +++++++++++++ 68 files changed, 301 insertions(+), 44 deletions(-) rename examples/{ => _site}/build.php (100%) rename examples/{stylesheet.css => _site/css/phaser-examples.css} (63%) rename examples/{ => _site}/examples.json (100%) rename examples/{assets/html => _site/fonts}/HelveticaNeueLTStd-Bd.otf (100%) rename examples/{assets/html => _site/fonts}/inconsolata.woff (100%) rename examples/{ => _site}/funcs.php (100%) rename examples/{assets/html => _site/images}/bg-footer.jpg (100%) rename examples/{assets/html => _site/images}/controls-label.png (100%) rename examples/{assets/html => _site/images}/down-label.png (100%) rename examples/{assets/html => _site/images}/flixel-logo.png (100%) rename examples/{assets/html => _site/images}/footer-bg.jpg (100%) rename examples/{assets/html => _site/images}/footer-bg2.jpg (100%) rename examples/{assets/html => _site/images}/forums-icon.png (100%) rename examples/{assets/html => _site/images}/game-controls-bg.jpg (100%) rename examples/{assets/html => _site/images}/github-icon.png (100%) rename examples/{assets/html => _site/images}/gradient-bg.jpg (100%) rename examples/{assets/html => _site/images}/group-item-hover.png (100%) rename examples/{assets/html => _site/images}/group-item.png (100%) rename examples/{assets/html => _site/images}/header-bg.jpg (100%) rename examples/{assets/html => _site/images}/header-bg2.jpg (100%) rename examples/{assets/html => _site/images}/laser1.png (100%) rename examples/{assets/html => _site/images}/laser10.png (100%) rename examples/{assets/html => _site/images}/laser2.png (100%) rename examples/{assets/html => _site/images}/laser3.png (100%) rename examples/{assets/html => _site/images}/laser4.png (100%) rename examples/{assets/html => _site/images}/laser5.png (100%) rename examples/{assets/html => _site/images}/laser6.png (100%) rename examples/{assets/html => _site/images}/laser7.png (100%) rename examples/{assets/html => _site/images}/laser8.png (100%) rename examples/{assets/html => _site/images}/laser9.png (100%) rename examples/{assets/html => _site/images}/left-label.png (100%) rename examples/{assets/html => _site/images}/lite_footer.jpg (100%) rename examples/{assets/html => _site/images}/lite_header.jpg (100%) rename examples/{assets/html => _site/images}/lite_header_2.jpg (100%) rename examples/{assets/html => _site/images}/mute-button.png (100%) rename examples/{assets/html => _site/images}/nav-icons.png (100%) rename examples/{assets/html => _site/images}/pause-button.png (100%) rename examples/{assets/html => _site/images}/phaser-examples.png (100%) rename examples/{assets/html => _site/images}/phaser-logo.png (100%) rename examples/{assets/html => _site/images}/phaser-version.png (100%) rename examples/{assets/html => _site/images}/photonstorm-logo.png (100%) rename examples/{assets/html => _site/images}/prize-bg.png (100%) rename examples/{assets/html => _site/images}/prize-button.png (100%) rename examples/{assets/html => _site/images}/reset-button.png (100%) rename examples/{assets/html => _site/images}/right-label.png (100%) rename examples/{assets/html => _site/images}/space-label.png (100%) rename examples/{assets/html => _site/images}/twitter-icon.png (100%) rename examples/{assets/html => _site/images}/up-label.png (100%) rename examples/{assets/html => _site/images}/version-button.png (100%) rename examples/{ => _site}/index.php (100%) rename examples/{assets/html => _site/js}/application.js (100%) create mode 100644 examples/_site/js/phaser-examples.js rename examples/{ => _site}/lite.php (100%) rename examples/{ => _site}/phaser-debug-js.php (100%) rename examples/{assets/html => _site/templates}/demo.html (100%) rename examples/{assets/html => _site/templates}/index.html (100%) rename examples/{view_full.php => _site/view_full.html} (100%) create mode 100644 examples/_site/view_full.php rename examples/{ => _site}/view_lite.php (100%) rename examples/{ => _site}/view_plain.php (100%) delete mode 100644 examples/assets/bd/back.png delete mode 100644 examples/assets/bd/back2.png delete mode 100644 examples/assets/bd/burd.png delete mode 100644 examples/assets/bd/scroller.png create mode 100644 examples/assets/fonts/tiw_font.png delete mode 100644 examples/assets/suite/background.png create mode 100644 examples/index.html diff --git a/README.md b/README.md index 58e9d07e..67a34ccc 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,11 @@ By Richard Davey, [Photon Storm](http://www.photonstorm.com) View the [Official Website](http://phaser.io)
Follow on [Twitter](https://twitter.com/photonstorm)
Read the [Development Blog](http://www.photonstorm.com)
-Join the [Forum](http://www.html5gamedevs.com/forum/14-phaser/) +Join the [Forum](http://www.html5gamedevs.com/forum/14-phaser/)
Try out the [Phaser Test Suite](http://gametest.mobi/phaser/) +[Un-official Getting Started with Phaser](http://www.antonoffplus.com/coding-an-html5-game-for-30-minutes-or-an-introduction-to-the-phaser-framework) + "Being negative is not how we make progress" - Larry Page, Google Welcome to Phaser @@ -35,7 +37,7 @@ Phaser is everything we ever wanted from an HTML5 game framework. It will power Change Log ---------- -Version 1.0.7 (in progress in the dev branch) +Version 1.1 (in progress in the dev branch) * JSDoc is go! We've added jsdoc3 blocks to every property and function, in every file. * Added World.postUpdate - all sprite position changes, as a result of physics, happen here before the render. @@ -303,7 +305,6 @@ Known Issues ------------ * The TypeScript definition file isn't yet complete. -* The JSDOCS are not yet complete. Future Plans ------------ @@ -322,8 +323,6 @@ The following list is not exhaustive and is subject to change: * Flash CC html output support. * Game parameters read from Google Docs. -Right now however our main focus is on documentation and examples, we won't be touching any of the above features until the docs are finished. - Test Suite ---------- diff --git a/examples/build.php b/examples/_site/build.php similarity index 100% rename from examples/build.php rename to examples/_site/build.php diff --git a/examples/stylesheet.css b/examples/_site/css/phaser-examples.css similarity index 63% rename from examples/stylesheet.css rename to examples/_site/css/phaser-examples.css index c205af54..7b77cc1f 100644 --- a/examples/stylesheet.css +++ b/examples/_site/css/phaser-examples.css @@ -8,7 +8,7 @@ blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;} table {border-collapse: collapse; border-spacing: 0;} /* reset css ends */ -@font-face{font-family: 'HelveticaBd'; src: url('assets/html/HelveticaNeueLTStd-Bd.otf');} +@font-face{font-family: 'HelveticaBd'; src: url('../../_site/fonts/HelveticaNeueLTStd-Bd.otf');} body { margin:0; padding:0; overflow-x: hidden; font-family: Arial, Tahoma, Verdana !important; background: #e0e4f1;} @@ -16,30 +16,35 @@ a{color:#fff; text-decoration: none;} a:hover{text-decoration: underline;} .helvetica{font-family: Arial, Tahoma, Verdana !important;} -.header{background: #e0e4f1 url('assets/html/header-bg2.jpg') no-repeat; width:100%; margin:0; padding:0; background-size: cover; height: 530px; display: block; clear:both; margin-bottom: -400px} +.header{background: #e0e4f1 url('../../_site/images/header-bg2.jpg') no-repeat; width:100%; margin:0; padding:0; background-size: cover; height: 530px; display: block; clear:both; margin-bottom: -400px} .main-container{display: block; clear:both; width: 1125px; height: auto; margin:0 auto;} ul.nav-links{ margin:0; padding:0; display: inline-block; float: right; list-style-type: none; color: #fff; font-size: 15px; line-height: 2em; margin-top: 50px; min-width: 180px;} ul.nav-links > li{margin:0; padding:0; list-style-type: none; padding-left: 55px;} ul.nav-links > li > a{color: #fff; text-decoration: none;} ul.nav-links > li > a:hover{text-decoration: underline;} -.link-home, .link-latest, .link-forum, .link-docs, .link-twitter{background-image: url('assets/html/nav-icons.png'); background-repeat: no-repeat;} +.link-home, .link-latest, .link-forum, .link-docs, .link-twitter{background-image: url('../../_site/images/nav-icons.png'); background-repeat: no-repeat;} -.main-title{font-family: 'HelveticaBd', Helvetica, Arial;font-size:55px;color:#fff;text-shadow:0 0 15px #b643e6; text-align: center; display: block; text-transform: xuppercase; margin: 40px auto 0 auto;} +.main-title{font-family: 'HelveticaBd', Helvetica, Arial;font-size:55px;color:#fff;text-shadow:0 0 15px #b643e6; text-align: center; display: block; margin: 40px auto 0 auto;} .link-home{background-position: 0 -9px;} .link-latest{background-position: 0 -37px;} .link-forum{background-position: 0 -67px;} .link-docs{background-position: 0 -97px;} .link-twitter{background-position: 0 -127px;} -.phaser-examples{background: url('assets/html/phaser-examples.png') no-repeat; display: block; width: 485px; height: 205px; margin: 20px auto;} -.phaser-version{float: right; background: url('assets/html/phaser-version.png') no-repeat; display: block; width: 345px; height: 30px; color: #fff; font-size: 11px; text-shadow: 1px 1px #000; right:0; top:0; } +.phaser-examples{background: url('../../_site/images/phaser-examples.png') no-repeat; display: block; width: 485px; height: 205px; margin: 20px auto;} +.phaser-version{float: right; background: url('../../_site/images/phaser-version.png') no-repeat; display: block; width: 345px; height: 30px; color: #fff; font-size: 11px; text-shadow: 1px 1px #000; right:0; top:0; } .phaser-version > span{margin-top: 10px; display: inline-block; margin-left: 60px; margin-right: 25px;} -.phaser-version > a{color: #fff; text-decoration: none; background: url('assets/html/version-button.png') no-repeat; background-size: cover; display: inline-block; width: 123px; height: 10px; vertical-align: middle; text-align: center;padding-top:11px; padding-bottom: 11px} +.phaser-version > a{color: #fff; text-decoration: none; background: url('../../_site/images/version-button.png') no-repeat; background-size: cover; display: inline-block; width: 123px; height: 10px; vertical-align: middle; text-align: center;padding-top:11px; padding-bottom: 11px} .phaser-version > a:hover{text-decoration: underline;} -.phaser-logo{display: block; float: right; width: 168px;height: 144px; background: url('assets/html/phaser-logo.png') no-repeat; margin-top: 40px; margin-right: 40px;} +.phaser-logo{display: block; float: right; width: 168px;height: 144px; background: url('../../_site/images/phaser-logo.png') no-repeat; margin-top: 40px; margin-right: 40px;} + +.error { margin-left: 48px; width: 700px; background-color: rgb(150,25,25); color:#fff; text-shadow: 1px 1px 0 #000; line-height: 24px } + +.error p { + padding: 16px 24px; +} .line{display:block;clear:both; width:100%; margin:0;padding:0; float:left; background-color: transparent;} -.xxgo-top{margin-top: -200px;} .box5, .box10, .box15 .box20, .box25, .box30, .box35, .box40, .box45, .box50, .box55, .box60, .box65, .box70, .box75, .box80, .box85, .box90, .box95, .box100{position: relative;display: inline-block; box-sizing: border-box; padding: 5px 10px; -moz-box-sizing: border-box; vertical-align: top; margin:0;} .float-right{float:right !important;} @@ -78,36 +83,36 @@ ul.nav-links > li > a:hover{text-decoration: underline;} p.title{font-family: 'HelveticaBd', Helvetica, Arial; font-size: 30px; color: #fff; text-shadow: 0 1px 3px #9e6ce8; text-align: right;} p.count-examples{font-size: 12px; color: #676773; text-align: right;} -ul.group-items{background-image: url('assets/html/laser1.png'); background-repeat: no-repeat; background-position: left top 5px; padding-left: 125px; width: 875px !important;} -ul.group-items > li{width: 213px; padding-top: 15px; height: 35px; background: url('assets/html/group-item.png') no-repeat; text-align: center; display: inline-block; margin-bottom: 15px} +ul.group-items{background-image: url('../../_site/images/laser1.png'); background-repeat: no-repeat; background-position: left top 5px; padding-left: 125px; width: 875px !important;} +ul.group-items > li{width: 213px; padding-top: 15px; height: 35px; background: url('../../_site/images/group-item.png') no-repeat; text-align: center; display: inline-block; margin-bottom: 15px} ul.group-items > li a{display:block; width:100%; height: 100%; padding: 20px 0; margin-top: -20px; color:#333;} ul.group-items > li a:hover{cursor: pointer; text-decoration: underline;} ul.group-items > li a span.mark{display:inline-block;width: 1px; height: 25px; vertical-align: middle;} -ul.group-items > li a:visited span.mark{background: url('assets/html/group-item-hover.png') no-repeat; background-position: center center;width:25px; padding-left:4px;} +ul.group-items > li a:visited span.mark{background: url('../../_site/images/group-item-hover.png') no-repeat; background-position: center center;width:25px; padding-left:4px;} -.laser2{background-image: url('assets/html/laser2.png') !important; background-repeat: no-repeat; background-position: center 20px;} -.laser3{background-image: url('assets/html/laser3.png') !important; background-repeat: no-repeat; background-position: center 20px;} -.laser4{background-image: url('assets/html/laser4.png') !important; background-repeat: no-repeat; background-position: center 20px;} -.laser5{background-image: url('assets/html/laser5.png') !important; background-repeat: no-repeat; background-position: center 20px;} -.laser6{background-image: url('assets/html/laser6.png') !important; background-repeat: no-repeat; background-position: center 20px;} -.laser7{background-image: url('assets/html/laser7.png') !important; background-repeat: no-repeat; background-position: center 20px;} -.laser8{background-image: url('assets/html/laser8.png') !important; background-repeat: no-repeat; background-position: center 20px;} -.laser9{background-image: url('assets/html/laser9.png') !important; background-repeat: no-repeat; background-position: center 20px;} -.laser10{background-image: url('assets/html/laser10.png') !important; background-repeat: no-repeat; background-position: center 20px;} +.laser2{background-image: url('../../_site/images/laser2.png') !important; background-repeat: no-repeat; background-position: center 20px;} +.laser3{background-image: url('../../_site/images/laser3.png') !important; background-repeat: no-repeat; background-position: center 20px;} +.laser4{background-image: url('../../_site/images/laser4.png') !important; background-repeat: no-repeat; background-position: center 20px;} +.laser5{background-image: url('../../_site/images/laser5.png') !important; background-repeat: no-repeat; background-position: center 20px;} +.laser6{background-image: url('../../_site/images/laser6.png') !important; background-repeat: no-repeat; background-position: center 20px;} +.laser7{background-image: url('../../_site/images/laser7.png') !important; background-repeat: no-repeat; background-position: center 20px;} +.laser8{background-image: url('../../_site/images/laser8.png') !important; background-repeat: no-repeat; background-position: center 20px;} +.laser9{background-image: url('../../_site/images/laser9.png') !important; background-repeat: no-repeat; background-position: center 20px;} +.laser10{background-image: url('../../_site/images/laser10.png') !important; background-repeat: no-repeat; background-position: center 20px;} .bright-bg, .dark-bg{border-bottom: 1px solid #d1d1d1; padding:25px 0;} .border-bottom{border-bottom: 1px solid #d1d1d1;} -.prize-bg{background: url('assets/html/prize-bg.png') no-repeat; background-size: cover; background-position: center center; height: 326px; width: 100%;} -.prize-button{text-transform: uppercase; color: #000; text-shadow: 1px 0 #fff; float:right; background: url('assets/html/prize-button.png') no-repeat; width: 300px; height: 70px; padding-top:135px; font-size: 16px; padding-left: 75px; margin-top: 25px; margin-right: 145px;} +.prize-bg{background: url('../../_site/images/prize-bg.png') no-repeat; background-size: cover; background-position: center center; height: 326px; width: 100%;} +.prize-button{text-transform: uppercase; color: #000; text-shadow: 1px 0 #fff; float:right; background: url('../../_site/images/prize-button.png') no-repeat; width: 300px; height: 70px; padding-top:135px; font-size: 16px; padding-left: 75px; margin-top: 25px; margin-right: 145px;} -.footer{ background: #e0e4f1 url('assets/html/footer-bg2.jpg') no-repeat; background-size: cover; width:100%; height: 592px; bottom:0; } -.photonstorm-logo{background: url('assets/html/photonstorm-logo.png') no-repeat; background-size: cover; display: block;clear:both; width:113px;height:15px; margin-bottom: 6px;} -.flixel-logo{display:block; clear:both; width:26px; height:50px; background: url('assets/html/flixel-logo.png') no-repeat;} -.forums-icon, .twitter-icon, .github-icon{background: url('assets/html/forums-icon.png') no-repeat; vertical-align: middle; padding-left: 68px; height: 35px; display: inline-block; padding-top: 25px;} -.twitter-icon{background: url('assets/html/twitter-icon.png') no-repeat;} -.github-icon{background: url('assets/html/github-icon.png') no-repeat;} +.footer{ background: #e0e4f1 url('../../_site/images/footer-bg2.jpg') no-repeat; background-size: cover; width:100%; height: 592px; bottom:0; } +.photonstorm-logo{background: url('../../_site/images/photonstorm-logo.png') no-repeat; background-size: cover; display: block;clear:both; width:113px;height:15px; margin-bottom: 6px;} +.flixel-logo{display:block; clear:both; width:26px; height:50px; background: url('../../_site/images/flixel-logo.png') no-repeat;} +.forums-icon, .twitter-icon, .github-icon{background: url('../../_site/images/forums-icon.png') no-repeat; vertical-align: middle; padding-left: 68px; height: 35px; display: inline-block; padding-top: 25px;} +.twitter-icon{background: url('../../_site/images/twitter-icon.png') no-repeat;} +.github-icon{background: url('../../_site/images/github-icon.png') no-repeat;} #footer .main-container .line { margin-top: 130px; @@ -119,21 +124,21 @@ ul.footer-links > li{display: inline-block; padding:0; margin:0; float:right;} .game-panel{width:800px; height: 680px; overflow: hidden; display:block; clear:both;box-shadow: 0 0 15px #6ac8f8; margin:-150px auto 0 auto; border-radius: 10px; position: relative; z-index: 10;} .game-screen{display:block; clear:both; width:800px;height:600px;margin:0;} -.game-controls{display:block; width:100%; height:80px; margin:0; padding:0;background: url('assets/html/game-controls-bg.jpg') repeat-x;} +.game-controls{display:block; width:100%; height:80px; margin:0; padding:0;background: url('../../_site/images/game-controls-bg.jpg') repeat-x;} ul.left-controls{float:left; list-style-type: none; margin:30px 0 0 25px;padding:0; display: inline-block;} ul.left-controls > li{margin:0;padding:0; display: inline-block; vertical-align: middle;} -.controls-label{display:inline-block; width:80px; height:9px; background: url('assets/html/controls-label.png') no-repeat;} -.up-label{display: inline-block; width:11px; height: 11px; background: url('assets/html/up-label.png') no-repeat;} -.down-label{display: inline-block; width:11px; height: 11px; background: url('assets/html/down-label.png') no-repeat;} -.left-label{display: inline-block; width:13px; height: 11px; background: url('assets/html/left-label.png') no-repeat;} -.right-label{display: inline-block; width:12px; height: 11px; background: url('assets/html/right-label.png') no-repeat;} -.space-label{display: inline-block; width:64px; height: 18px; background: url('assets/html/space-label.png') no-repeat;} +.controls-label{display:inline-block; width:80px; height:9px; background: url('../../_site/images/controls-label.png') no-repeat;} +.up-label{display: inline-block; width:11px; height: 11px; background: url('../../_site/images/up-label.png') no-repeat;} +.down-label{display: inline-block; width:11px; height: 11px; background: url('../../_site/images/down-label.png') no-repeat;} +.left-label{display: inline-block; width:13px; height: 11px; background: url('../../_site/images/left-label.png') no-repeat;} +.right-label{display: inline-block; width:12px; height: 11px; background: url('../../_site/images/right-label.png') no-repeat;} +.space-label{display: inline-block; width:64px; height: 18px; background: url('../../_site/images/space-label.png') no-repeat;} ul.right-controls{float:right;list-style-type: none; padding:0; display: inline-block; margin: 15px 25px 0 0;} ul.right-controls > li{margin:0;padding:0; display: inline-block; vertical-align: middle;} -.pause-button{width: 121px; height:52px; display:inline-block; background: url('assets/html/pause-button.png') no-repeat;} -.mute-button{width: 121px; height:52px; display:inline-block; background: url('assets/html/mute-button.png') no-repeat;} -.reset-button{width: 121px; height:52px; display:inline-block; background: url('assets/html/reset-button.png') no-repeat;} +.pause-button{width: 121px; height:52px; display:inline-block; background: url('../../_site/images/pause-button.png') no-repeat;} +.mute-button{width: 121px; height:52px; display:inline-block; background: url('../../_site/images/mute-button.png') no-repeat;} +.reset-button{width: 121px; height:52px; display:inline-block; background: url('../../_site/images/reset-button.png') no-repeat;} .pause-button:hover, .mute-button:hover, .reset-button:hover{cursor: pointer;} .filler{height: 720px;} .code-block{font-family: Courier; font-size: 14px; width:750px; height:auto; overflow: hidden; margin:0 auto; border-radius: 10px; background:#fdfdfd; border:0 !important; box-shadow: inset 0 5px 15px rgba(0,0,0,0.15), 0 0 10px rgba(106,200,248,0.5); padding: 25px !important;display: block; margin-bottom: 20px; margin-top: 30px;} diff --git a/examples/examples.json b/examples/_site/examples.json similarity index 100% rename from examples/examples.json rename to examples/_site/examples.json diff --git a/examples/assets/html/HelveticaNeueLTStd-Bd.otf b/examples/_site/fonts/HelveticaNeueLTStd-Bd.otf similarity index 100% rename from examples/assets/html/HelveticaNeueLTStd-Bd.otf rename to examples/_site/fonts/HelveticaNeueLTStd-Bd.otf diff --git a/examples/assets/html/inconsolata.woff b/examples/_site/fonts/inconsolata.woff similarity index 100% rename from examples/assets/html/inconsolata.woff rename to examples/_site/fonts/inconsolata.woff diff --git a/examples/funcs.php b/examples/_site/funcs.php similarity index 100% rename from examples/funcs.php rename to examples/_site/funcs.php diff --git a/examples/assets/html/bg-footer.jpg b/examples/_site/images/bg-footer.jpg similarity index 100% rename from examples/assets/html/bg-footer.jpg rename to examples/_site/images/bg-footer.jpg diff --git a/examples/assets/html/controls-label.png b/examples/_site/images/controls-label.png similarity index 100% rename from examples/assets/html/controls-label.png rename to examples/_site/images/controls-label.png diff --git a/examples/assets/html/down-label.png b/examples/_site/images/down-label.png similarity index 100% rename from examples/assets/html/down-label.png rename to examples/_site/images/down-label.png diff --git a/examples/assets/html/flixel-logo.png b/examples/_site/images/flixel-logo.png similarity index 100% rename from examples/assets/html/flixel-logo.png rename to examples/_site/images/flixel-logo.png diff --git a/examples/assets/html/footer-bg.jpg b/examples/_site/images/footer-bg.jpg similarity index 100% rename from examples/assets/html/footer-bg.jpg rename to examples/_site/images/footer-bg.jpg diff --git a/examples/assets/html/footer-bg2.jpg b/examples/_site/images/footer-bg2.jpg similarity index 100% rename from examples/assets/html/footer-bg2.jpg rename to examples/_site/images/footer-bg2.jpg diff --git a/examples/assets/html/forums-icon.png b/examples/_site/images/forums-icon.png similarity index 100% rename from examples/assets/html/forums-icon.png rename to examples/_site/images/forums-icon.png diff --git a/examples/assets/html/game-controls-bg.jpg b/examples/_site/images/game-controls-bg.jpg similarity index 100% rename from examples/assets/html/game-controls-bg.jpg rename to examples/_site/images/game-controls-bg.jpg diff --git a/examples/assets/html/github-icon.png b/examples/_site/images/github-icon.png similarity index 100% rename from examples/assets/html/github-icon.png rename to examples/_site/images/github-icon.png diff --git a/examples/assets/html/gradient-bg.jpg b/examples/_site/images/gradient-bg.jpg similarity index 100% rename from examples/assets/html/gradient-bg.jpg rename to examples/_site/images/gradient-bg.jpg diff --git a/examples/assets/html/group-item-hover.png b/examples/_site/images/group-item-hover.png similarity index 100% rename from examples/assets/html/group-item-hover.png rename to examples/_site/images/group-item-hover.png diff --git a/examples/assets/html/group-item.png b/examples/_site/images/group-item.png similarity index 100% rename from examples/assets/html/group-item.png rename to examples/_site/images/group-item.png diff --git a/examples/assets/html/header-bg.jpg b/examples/_site/images/header-bg.jpg similarity index 100% rename from examples/assets/html/header-bg.jpg rename to examples/_site/images/header-bg.jpg diff --git a/examples/assets/html/header-bg2.jpg b/examples/_site/images/header-bg2.jpg similarity index 100% rename from examples/assets/html/header-bg2.jpg rename to examples/_site/images/header-bg2.jpg diff --git a/examples/assets/html/laser1.png b/examples/_site/images/laser1.png similarity index 100% rename from examples/assets/html/laser1.png rename to examples/_site/images/laser1.png diff --git a/examples/assets/html/laser10.png b/examples/_site/images/laser10.png similarity index 100% rename from examples/assets/html/laser10.png rename to examples/_site/images/laser10.png diff --git a/examples/assets/html/laser2.png b/examples/_site/images/laser2.png similarity index 100% rename from examples/assets/html/laser2.png rename to examples/_site/images/laser2.png diff --git a/examples/assets/html/laser3.png b/examples/_site/images/laser3.png similarity index 100% rename from examples/assets/html/laser3.png rename to examples/_site/images/laser3.png diff --git a/examples/assets/html/laser4.png b/examples/_site/images/laser4.png similarity index 100% rename from examples/assets/html/laser4.png rename to examples/_site/images/laser4.png diff --git a/examples/assets/html/laser5.png b/examples/_site/images/laser5.png similarity index 100% rename from examples/assets/html/laser5.png rename to examples/_site/images/laser5.png diff --git a/examples/assets/html/laser6.png b/examples/_site/images/laser6.png similarity index 100% rename from examples/assets/html/laser6.png rename to examples/_site/images/laser6.png diff --git a/examples/assets/html/laser7.png b/examples/_site/images/laser7.png similarity index 100% rename from examples/assets/html/laser7.png rename to examples/_site/images/laser7.png diff --git a/examples/assets/html/laser8.png b/examples/_site/images/laser8.png similarity index 100% rename from examples/assets/html/laser8.png rename to examples/_site/images/laser8.png diff --git a/examples/assets/html/laser9.png b/examples/_site/images/laser9.png similarity index 100% rename from examples/assets/html/laser9.png rename to examples/_site/images/laser9.png diff --git a/examples/assets/html/left-label.png b/examples/_site/images/left-label.png similarity index 100% rename from examples/assets/html/left-label.png rename to examples/_site/images/left-label.png diff --git a/examples/assets/html/lite_footer.jpg b/examples/_site/images/lite_footer.jpg similarity index 100% rename from examples/assets/html/lite_footer.jpg rename to examples/_site/images/lite_footer.jpg diff --git a/examples/assets/html/lite_header.jpg b/examples/_site/images/lite_header.jpg similarity index 100% rename from examples/assets/html/lite_header.jpg rename to examples/_site/images/lite_header.jpg diff --git a/examples/assets/html/lite_header_2.jpg b/examples/_site/images/lite_header_2.jpg similarity index 100% rename from examples/assets/html/lite_header_2.jpg rename to examples/_site/images/lite_header_2.jpg diff --git a/examples/assets/html/mute-button.png b/examples/_site/images/mute-button.png similarity index 100% rename from examples/assets/html/mute-button.png rename to examples/_site/images/mute-button.png diff --git a/examples/assets/html/nav-icons.png b/examples/_site/images/nav-icons.png similarity index 100% rename from examples/assets/html/nav-icons.png rename to examples/_site/images/nav-icons.png diff --git a/examples/assets/html/pause-button.png b/examples/_site/images/pause-button.png similarity index 100% rename from examples/assets/html/pause-button.png rename to examples/_site/images/pause-button.png diff --git a/examples/assets/html/phaser-examples.png b/examples/_site/images/phaser-examples.png similarity index 100% rename from examples/assets/html/phaser-examples.png rename to examples/_site/images/phaser-examples.png diff --git a/examples/assets/html/phaser-logo.png b/examples/_site/images/phaser-logo.png similarity index 100% rename from examples/assets/html/phaser-logo.png rename to examples/_site/images/phaser-logo.png diff --git a/examples/assets/html/phaser-version.png b/examples/_site/images/phaser-version.png similarity index 100% rename from examples/assets/html/phaser-version.png rename to examples/_site/images/phaser-version.png diff --git a/examples/assets/html/photonstorm-logo.png b/examples/_site/images/photonstorm-logo.png similarity index 100% rename from examples/assets/html/photonstorm-logo.png rename to examples/_site/images/photonstorm-logo.png diff --git a/examples/assets/html/prize-bg.png b/examples/_site/images/prize-bg.png similarity index 100% rename from examples/assets/html/prize-bg.png rename to examples/_site/images/prize-bg.png diff --git a/examples/assets/html/prize-button.png b/examples/_site/images/prize-button.png similarity index 100% rename from examples/assets/html/prize-button.png rename to examples/_site/images/prize-button.png diff --git a/examples/assets/html/reset-button.png b/examples/_site/images/reset-button.png similarity index 100% rename from examples/assets/html/reset-button.png rename to examples/_site/images/reset-button.png diff --git a/examples/assets/html/right-label.png b/examples/_site/images/right-label.png similarity index 100% rename from examples/assets/html/right-label.png rename to examples/_site/images/right-label.png diff --git a/examples/assets/html/space-label.png b/examples/_site/images/space-label.png similarity index 100% rename from examples/assets/html/space-label.png rename to examples/_site/images/space-label.png diff --git a/examples/assets/html/twitter-icon.png b/examples/_site/images/twitter-icon.png similarity index 100% rename from examples/assets/html/twitter-icon.png rename to examples/_site/images/twitter-icon.png diff --git a/examples/assets/html/up-label.png b/examples/_site/images/up-label.png similarity index 100% rename from examples/assets/html/up-label.png rename to examples/_site/images/up-label.png diff --git a/examples/assets/html/version-button.png b/examples/_site/images/version-button.png similarity index 100% rename from examples/assets/html/version-button.png rename to examples/_site/images/version-button.png diff --git a/examples/index.php b/examples/_site/index.php similarity index 100% rename from examples/index.php rename to examples/_site/index.php diff --git a/examples/assets/html/application.js b/examples/_site/js/application.js similarity index 100% rename from examples/assets/html/application.js rename to examples/_site/js/application.js diff --git a/examples/_site/js/phaser-examples.js b/examples/_site/js/phaser-examples.js new file mode 100644 index 00000000..453feff4 --- /dev/null +++ b/examples/_site/js/phaser-examples.js @@ -0,0 +1,77 @@ +$(document).ready(function(){ + + $.getJSON("_site/examples.json") + + .done(function(data) { + + var i = 0; + var len = 0; + var node = ''; + var laser = ''; + + $.each(data, function(dir, files) + { + len = files.length / 4; + + if (len > 9) + { + laser = 'laser10'; + } + else + { + laser = 'laser' + (len + 1); + } + + if (i == 1) + { + node = '
'; + } + else if (i == 2) + { + node = '
'; + } + + node += '

' + dir + '

'; + node += '

' + files.length + ' examples

'; + node += '
'; + + $("#examples-list").append(node); + + i++; + + if (i == 3) + { + i = 1; + } + + }); + + }) + + .fail(function() { + + var node = '
'; + + node += '

Error!

'; + node += '

:(

'; + + node += '

Unable to load examples.json data file

'; + node += '

Did you open this html file locally?

'; + node += '

It needs to be opened via a web server, or due to browser security permissions
it will be unable to load local resources such as images and json data.

'; + node += '

Please see our Getting Started guide for details.

'; + + node += '
'; + node += '
'; + + $("#examples-list").append(node); + + }); + +}); diff --git a/examples/lite.php b/examples/_site/lite.php similarity index 100% rename from examples/lite.php rename to examples/_site/lite.php diff --git a/examples/phaser-debug-js.php b/examples/_site/phaser-debug-js.php similarity index 100% rename from examples/phaser-debug-js.php rename to examples/_site/phaser-debug-js.php diff --git a/examples/assets/html/demo.html b/examples/_site/templates/demo.html similarity index 100% rename from examples/assets/html/demo.html rename to examples/_site/templates/demo.html diff --git a/examples/assets/html/index.html b/examples/_site/templates/index.html similarity index 100% rename from examples/assets/html/index.html rename to examples/_site/templates/index.html diff --git a/examples/view_full.php b/examples/_site/view_full.html similarity index 100% rename from examples/view_full.php rename to examples/_site/view_full.html diff --git a/examples/_site/view_full.php b/examples/_site/view_full.php new file mode 100644 index 00000000..57a1f847 --- /dev/null +++ b/examples/_site/view_full.php @@ -0,0 +1,103 @@ + + + + + + phaser - <?php echo $title?> + + + + + + + + + +
+
+
+ Phaser Version: 1.1 + +
+
+
+
+ +
+ +
+
+ +
+
+
+
+
+
    +
  • +
  • +
  • +
  • +
  • +
  • +
+
    +
  • +
  • +
  • +
+
+
+
+ +
+

Source code:

+
+        
+        
+
+ +
+ + + \ No newline at end of file diff --git a/examples/view_lite.php b/examples/_site/view_lite.php similarity index 100% rename from examples/view_lite.php rename to examples/_site/view_lite.php diff --git a/examples/view_plain.php b/examples/_site/view_plain.php similarity index 100% rename from examples/view_plain.php rename to examples/_site/view_plain.php diff --git a/examples/assets/bd/back.png b/examples/assets/bd/back.png deleted file mode 100644 index 45e439b7ae26ac4b7114bd3661d49e3dccdf5da8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^MnEjb!2~298sAzCq$EpRBT9nv(@M${i&7aJQ}UBi z6+Ckj(^G>|6H_V+Po~-c70vQ=aSW-r^=6tSUyFeN%k5(c3WnNm{~x`4!b8#V(GAw# zdWSG4p9fyiOTXP%m+$X+TC&-IM_BE1va_DwFd)#yx8xE-{w^OoU6uP^sb w#Ta%f{q~jVm0lJtx+|KqLU83aJw`T$>t`g(r_NoN1#~5Yr>mdKI;Vst01v%nIRF3v diff --git a/examples/assets/bd/back2.png b/examples/assets/bd/back2.png deleted file mode 100644 index 47167d4b0d0fb0afd844ff93a7033f25b1ea34fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 399 zcmV;A0dW3_P)_iDh^PzZ tt;&8RWo<=r%G)2CbZ^;@q~!G%U;u>wHK$|4K)L_`002ovPDHLkV1g2)vVQ;o diff --git a/examples/assets/bd/burd.png b/examples/assets/bd/burd.png deleted file mode 100644 index f469cf8ecbbc1da6d88532998be0beae4aa0e20b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 675 zcmV;U0$lxxP)U(5 zG+=?d>FmypK*oo~_ZT_~2i#>$41*G|z@tyKbOVsQ-5s!(p&uAvc=XUAEE%0me4lkJ zeQwAjdHxHKfBniUO&u{H31kbzDq(5>#&YGVPJ-qd7r9d!S|Fz|FaTW!WNX4)24p|S zrU58ry`056eHBBZ08Udc{HV&N$Z?FooCu7>PkM=`_4FV@&Pxg*$-kc)i-yD*_x|&l z<8u=T++nyN1Ei|5y~uMJG$$gv3Ft&negwJzn+8w}PUQeuj2{?q4AYzl%2`NR4>{x@ z4CE+2_3H)0`5z4DMF<#d$U&*Ikn=petOtU&cX^zFJ0ohG#^uZ>&!4a zjn%yN|3_pgj|%{UYQ6SxnuZEF&H@6Un}AVvl=%k28OHHWzE7CwP42YY6?tnKRFiQ;}2`v4AK0&V6M?{^-gw~jW1Q;+# zfCyKB0l}dgq4Y@dd$NwXOk+UHiEx)83j)(tA+t>X-zW4)^1!+b=rSM!=r}Z&VV3W- zcGIA5%LjG?)-iBU2@V>c<*AL{rR)+=aKcYEGyd{ z9)2wQ{r=4}x!>(}tEZ=*Ywefo{{Gv$`?Ir;%f-dTYO~pNm@chQ_>>!s&6GMBS;q9uPUzKp^p zx(3Q}VHRI|b7@O{yWPISL}KgpkMMzQC$)!almt&nDTat~WxxHtHg%#UFV2)?*Y7E) zp1fyYt<`jvcF(p+`)_W(E=m?JIH=B6zvpwd-y7eZG=P37(Q-TrP$iyLn6B3)6?o4b; zpQ1Kp@_Lm19#0wWu=-ek(3%j**;XAwYxn4OZ0>m6W^w|ZLwd1ca*px4)}N^pR*#iG zCSRDEoSDyOaUsiBb}mKv&h)eOZORF4X-v6;mz8#_U+*osYoE1oTFKFp?~PY$axAW3 zi_LOLLBG8Gyo|P~#H5BsauFLl>Wggs0=c_t2suc!>dJ@gcum0@hsIApmO zwb|-oaq{@wv&ozEB6*GS71f{N0izGGOU9E^7xfDr)6?0Luhk)@c8^}5%;b)Ti=1ZZ z#nj_gPW0vwRzEsNAbuk`!PE)KN&OyU^GLq5a)+54k@=ii17*43)jE`~=)4u>duIJ{ z&=XqS1(blj6u@e~kjWk=dpp10QMD&ulk;|l_W!@c<{r^9HYq0Zx7`7H$Mo4aw8pFv z-^0X{N8^C_is(kT=h@8QoUy5l!wBxNHtWvY#?lrWB(^o57<@+MHG(6nKf;4i{+9QO zu~)}DjM$uQ>GNv$tOd#}?s&L7KmT4dH(Iera{{RosD5USKVskNOlj|Wn z{mj-0w6=}riEc diff --git a/examples/assets/fonts/tiw_font.png b/examples/assets/fonts/tiw_font.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0a846ad6d364a08afa3d2f8d0d51cc44e9e8ea GIT binary patch literal 9861 zcmZ8{2Q*yW_qGVpdyNuAwCD+<_Y%F1VDvuB=tK#k1R+Wgy+mhZh+woRi55g>l+h)G z!6*@BlyBsHfA4>-@2+*%thsZZy`R1BbM`*>+<9%Fr$I){M2v%jL#Fvu)d&aY76N;E z5Z=aKA+Z|p!hR6=Y3iyGED}?b+@<5SeEA1^iOB1zxi1b5dC$#x>m5HiGxj2$i;}Jq z4o+P%$%P$0_Isd#j)~g!_4S+hH@^P94o(h603%TmQ4V&Fyqr836xQC_zO=kVNlA$v zi$>N0hltT=c6NOakY3 z^AmCw;KMP`HYde&7av&nYr4y5USm4D6&T6!3~)3JN*0e@&*b!(Yom)4!&s73HD44K z#K#A?o1b@}=HVb^X1~OBvEd`J#C71z${tg$J*pKNbIXl2DF(q91BIf>LC6{u#_7!Z zp*a}fz&40*I$PHDhk2%a-M(A~m?b{ZypChiaKK#ECT>WvD2yV1J$VG5Wl9b;0P^iZ zC!T=u%UhkjRgy4INTobeuBgPxiFGcGdF2U*PNNc!`-6PB5@6N$W)U^r-4szBUl_9D zhaV+nlB8dkck9Bb=^VE)3beg?RQ-k+)n&FUc?H$eToW)EDgpvQ>bBb7X2{a&PGBav zx}dpZdy4T1!gDC0`#t5q?BP=px91~-xO*Xa@w-St-(;uBbM?yTFVa7Aj?!0#j*|J} zkyVu9{Qh$5)jEa9yO><`bq}9~l0F1;{7{7dTGI9d=EdoE=UC`A3cBA^Im?8&jU@Jo zb;+EwzwHsA^1aE^BhGtsR`Pz=&#orVSku*B+R7Dm-J_q-_Q{g45%n&9KwQY)db5i}=b15^?;=ZfFZJoO;fLUY;|i#YGUu(_f$gRm~~o1EKPAn%PC= zXK3i@^U7H$>I;u+n7TL8x9s!w{cG=`5dsDzmZZ_jxh-XeUVvM~bI+H)6?{w5@foX?bD1C;);%dV1i*bZ*>b zqP}C>`bW{tq|T}xe%@p?vXQEXeZ00F%wtQk-~S;e$D+y_BwcasjddPut~AIVReG~F9_2a z$FXRU4_`X>CvbD=bo@ny!z1biIv&S31aB&1H4lsA4q@o6MS_fKjB0D*eo$SaA-^XVnO0J!zq6%q=er^GU<(KbtXZM~l*7rBxf5OB~|Y@;A8^Tg%l+j9B5d1QP=7%rJaa zGv?qfvTFm4E0LT(EAw(1Tdfq&l+4cxV`Q6=-2BGTA)* zRD^W@30NVmYAi9FR%>`BvE<@=k+$&uZIJKc(kc?gAh0@7U@j7HmEa zP6-;{WlX-WTS@FTilHT++4dPOd*DJL`xawdh$ z*CV~7UQHoO)i90r_`?`tWUIh(DzSKpgK2LwU_DESRZ=lz9X;NSB(8GMUoM#LumQ5> z-TD1KD)_spwNxJQX{%x76Hd%7YGw>y?}gDV1zpak9v5=Kfk2`LqSJb>pG%prp-6#G znKryzYP9wKK&dP^=9A&CL$*0jn~ojxhh?Zk`F!TWi6|s-1>Wyrc99tFW7=SAYO}1fIy35j4?_IhXFzZD1N3QIz^eha?vrFW2Db@1l(9 zHGdMx*{RiqgyrYl!H#Da!;X)I(~Udp9df-sap%{NVnuG$zE6jR{S?!p@CyF@>9spu z>*1uZiB}&9mVTVzRTlCW1%&_DyS=be74Ja?}T)-_I+~@zeQ^n0=qYDSnE)I& zmpJ)bGDQ^YmCRJs+si*&#+5}<-vkA6f_3_Ao~bQkdj>9W^|{5h-e((N+a8u~x%9jQ z;NtQqT>|*_dV^Qiq{Zo0F(8jjBMUxuNHX=NXh!kEy?5A}o%^nF@Kz+~A{!=?!}9Bi_hLB3m@_{hiR9s?86e4q&h5dyTB1s`Z4$GrA0-w6MNxRc1HHLL9AZ3GZZE<2)4$xyRZ!hWPUz^jvX}&hMWWQq< zrV+TG0>5wh_;@kA6HcAC5pj>Vaei<>hIa;Rm8txZYMe)`M|y2qRCh+q3?VvHAom^? zC(-Q*JZ-xUgK#m;b$|X~*YvIgk%G4gh5#3+bC{I=0GsW2*RGa@`zKms0SwTy?pf(1 z`MvK(Eho+>5%z=~yCsh%q}DqXyAqBv0z$cSEU7!HY;s=@!W1&LsLOc^0Gr3B^!{4QB*}9LhVEi_DY(&3I7@SDAEXF){w)l%&mne?-HM!1p-wHR zp$~)kl-%2WjkWWl?cRv#$VbxfH2Av^Pxyu|qtMV>6N79L+?o3=KW4S?@AoH`KlK8- zQgR1ay2e3};dfO5b-ir98|Pl|k;kDJqy0#YhGW5u&D{|2cxE6~HHg%*fdyFA_3>-M zx}9pE_h-MYJWLw%b?`YkSnYGRQ`bZIylV5!P!dHcJ*rM0a2aklv2ar6qkB@8-Uq!0 zhif+a%Mq}ik2>q2*y2uhO)YFs1r_v(%ymFzT$b~Fmb|AP&Csu%Nq$k-eo$M1?lKLt zauxnK%aqn8fdfnqYC|wsIXV~te=U%a%9=&k>YPGh|3CXd`1C*+(;Y_s zq@b51@;C{iojFth86*xfKKL9D>ov8;I~=&Uo7U048#Zp`VwVrI;t+>6nK|7X!QvEx*VgB?x@q`EzWm<_n7k+u98ag@x;qK8$697@#z8vQWBUAVS{y=rE%ahF7LHMS zM(2?{Dz-yhxLJGWKrMhzQ>ykQ#-mfn{EM=z{30}H+ykLr{c8`qGzr!M=H5Awzp4ra ztOj)cvU_?kUGOJ%)R#3|ESmBC;A#7K%~xP>zJhiR%)XlGMW&&! zqx(qkNe|Bv!K&R@i_>}>Qny>%IZ!oI8vv<;6g{w#-D?|;cg80%toWE`GFS42f1t+L zW;Xl@T!O4f6n+pX@_Qe?@!`4t19622@2Lat$!Mgmeu_(s#?%QlQeBa0D_wCs+6~Vl zgO(abr1)6JY^qnasa?&u~T)%zO*9 z(&U7+W~SAxR1f2iUXJKiZ(1PzsM^LaqX{DkE4~Tc7tv-zpC2PJ+Puh?A?Ysoq0#$M zH)rv!OlmH6GB4UIc?Q4y4e1%h5Nz%~tAC1J?byfsr1jL4pd;HFjER%?Grkdk6l#&? zk%vs72C`*!-PNuHE11W!#pQ2jCA@kt-rl#C%Ke9V3u!XTTiZWCwIr17p>_W{*XLY+ zk;=rj_|;<6?Z$DnguI@T_*`-V$$pkBiuaq8cZPOn=JcQYQ~UeafYad{yoqn3yx**a ziWxjb*{0sTNA*tCg~Lm4?XtNU$8$0mq5Qo$%NnH?bba5X8!Zi&)qTVyoaTifWxt4w zH_$G>*T5~vRZJ^R`qnLwD@Q2LzEIS-%D0kCGg&~|>E&r}V^{-zJj~PGJx8Lh8^IaZ z3qko#3mBQXh^AZIV}jLi!37Z@LMoT$5q*NqMKv8HF@~#K$PHXK{lmo6s{jU??;!^! zv(rCkO|ttl!$6BLCoRi}Rj+<1RoN#!EbF4UF!5z-Sda%m9~Xy__mm3Qa}lxCtUHE4 z8ppUlLF6LMbV$W8=V)S-K#b9lN(pEdZdSpO`gT=aS-KfixjH#u!Et|Oyz>< zg`Kf%pB2CY=6m>&!7aAoN3ms21In|k8lNXWLJstz4x036&?&jL9BV2TcUD>A;)X!T z2hRoJ$7^usn8IEJca+2d6fQ*ar)hUBkUp3i$Rf-yd!G!cuG!Zhl$1#&&?EDu4&FKl zdh>xn1U?&_4BMl@I;)=33Ij9r*Nc(=1K8ahM1T;z2ah5t4DPA+TuMH5NPsP8!-5)K zKl}8K&>h)(An@TaT+-S!P?ZTjjICaq3NtsuZ5B;u%uF;Zx;?iUfHpR@w(iLLP2e`k zf>-{1^!-D`$xplChN+^kgmovp&Z0Wm+-|lk{+qRN*uY+s$BvS)H&x2rdv9YP?$oII zbNM}O7N*3>V&Jx{G;YVwY&;LfUj zbw&N`!xoRL>|^!RsB+Ne<2&oFe0c@N4-~C+np)v7uB?%}nZ4AVSNHw$xn4k+fZM-A z(gyzU!_TD?U|#wB2hLym@mha5iG{t`JPMhN#&?}rY)IbLIvdoCBTK765k8-}yL8cR zDH6s!!0g7#jm#)nO-)K5*|J2yT=TI!LLBPm|Qe)dt7~Nadk_;YlB9KRNLc9~&m8d@rkUGFG zQux=+xHa|piTAXCcNeoG11ev;1~PakO_)*$ayH2%_Iw7q7Y$c^vP>#Xrbx?`%t|vU zv(skay{6;rE+40-Uzo$k>VJ^^X}z*?-Art;8;f{;W#^hga_dkra#;&dFYbu6|GYET z;K>@z_k7ab1IwEia{(8GKg#bnZQ6-bEqs+p)M`EZjbi7;uQKRI9I46)`E5rI#d}Zp zff#uL5W#JjEPFf?NH;ynrPZEli_5QNVG`Z~C+{`@FS4Lz8m8Or&1Zl(IZMmm#Y2m7zBD8%9K3J38Q%)BSp3(cf^J72K7#y;09_C${5#T4XFYaZ{m3S{Vo{) z%SB!C+SpL*hPu-8PUd+rvvi3H&$#n$ zRGE8n%pjN$&=w9Ww@2|o{HsU3Xk)KrLWdJ01N4+r<`Iz*CBbtzK`0eFRloWNDmv10 zWI_z%B4HsAuKC)U?l1Gnsxy$2?dMnVF!Y!y<9Eq;6$O&cjSS+!6#T%G3mpZ*t-wDx z`c^dK!>QjTW27Do-A^sr4;*>P5I55p_~qy0B9R40=I9E(?;J&{GojH{kBfBdtK84ThXZN@x=sZHs$l>% z0T?I3n;+hh1>3uCN1`~{KT`tXA_nOEj#6A`$wI__Jv1s)A1mmh(ve=GH?kKfp)PG; zd)>N(rNDS~_j{c`V_b=U54$BelmpA+wLFO&Wmp3&PnnB{@qt59v+v<8y)T}u{hv*$ zI2w4o@VeuDUU%xhprP7mJw=VV*K&|A{&`speLgRpq&hBbe|cb!BAMORT2vl|d$x6! z!bFMbL^oVZiy+7hgHxD^I1p+gwM)d}Z9DH6{6~&NI7FOay)JfNGtSKX3{Kt6A0yvT zJUL4pDde!CYv){ z+1_cl?)YV|l`I`FYTkuE>!G1b)mc{wk3x1;<^=!^U}URby;jmO6_tvo1%vui8S z*359PT*~Cegp+W{i{=lZ@W`sC0&O7$*HyDjkZnugVs_(?jnac~D>A9NF(re~{ROthHdAQO0%R#g^D` zh&;6fNPQ;9;nZ-=kQka1?4my|go{mV?tNip4z|Bw>rItU8KE76&9R*i}Sc4(iv=z4J?i7l=k zf<8w8x}gyom+OzmP&pf%1zZ2+Fzhn|!iF(8S+Lp@`ode5M8d<0Wt93mw%7I4W1HA2 zSU1uOAT9;2ti#?<;!gT+`_hpu&%kou5ui1L`p>A*5(w)ZR`6y{qEGt4P2c*tx_2(m zI?O#Iuu5uI!Ev-ECtq>{RiJ_sm|*ut!6;eIv7KPt0#HvKJc)CoSoe-mfyqob45&Sz!P@Ru~^X_WU{%>J!yySw4W4d=!?Ie zd-2QH+xFU>KN%Ku9ln{w|LcDbwfOFY%#2Vt3|Tw}e#kXB6mqPLmR7VTDU>ELAIUaX zsx!9W8b#^J;0Yy9XPO7r9hbuY$Q=$eINkPUvnq13TP%%p?eE=Fj?r>uTIk;7+q~Pv zRIrSa*52MZKKzg~|K1xVW^k`sxPIRrr3v8@%YlR6FJ!**Pn%E}`HMo5mF^-2ysGWu zKcEGx>dSzi+}xBVL@HV2_A64j(+om(YKSLClfdU+OgrofY{%JH3=1vwR}<{qgL6u88y^ zun@ySxBf0+qD$cUf<8ha-H7t-j~_U-KQy08C%)&(d7b4wKNNv1encV+FPJhVTjV}@ z#gzEXMaC3)KaN>Om+0+G9A&@$Zq6NSrd^NIjw#A$O#pV#+*F=v^){FLsTH@~gb6$n z1_eIP1{(pz{g~<4)SHVA80*%vo1CarTSS5q8QmAWq&w^=|6tK-7*ilh+7h11Bc2g3 zs=BgU>9_l{3u5?R03~bPgim&8ql<^&$39e9jUquXlotit9;kX1w;vk-EnP$K)73jK zS^GyoCptYHP~xV%9|KPG)?m3R7*lIvyuSC?HWMcp9f}|C(p00O0S4kOjhn9Z-Q}jZ zbi7nCRC2$5&&h-nz@k~P_?QYb!TtaHS0Q||P0Lv4K*?>u93mi~YVFRn`!v01wJ)#m zLpbk4S2+>Ut%h>i)#%d6z3dfvi34ixCCvg$=ha?B+Wg=+n@wB|74Dl*Rg9_z$o4cjK^_ObrorvDckb>YXXd? zQ9MaK&FqQII^%jVm#V51d?i$xA)K-g7DJ$Q>9}Pu#zZWZG>FJa4L?PIzUnFkw)uZ@ zC=lFDQu{X%@>)WrDWJ({DjARORL+TlfrW!ToodS`cl%G$%2brxdB-GiXF#d{D$6xAGbgTG(`@9lk|d{~U~N?z6I($65rAHkX+ z9?LN@Sghn|4B>80wpuZpXZ@cJ`o|+dB)SqhH0pRlBByh03q0}3Z)Xgy5?e?;@(Kl5 ziSrEKd*gk?rodp4@a9H*2?ZaHP3)PO{Fg>QsW-+r(O#3l_-07NfQ+6sa<4?CKDM~~ zhxo#}!tYO9wQ4_jv}18yipL~jeE8FeDSq>EG~+rwZ_;2wAm9H4m4;DHRR2-ml~~6Z zl*sO}Q}vxvFp<#v>ULT4w3ox!O)TMjW6fr}?_{ean3S|1=w|~FGb8`$xlx62H3rZh z*QLTEddL((z;CfHud2=2mvjB;j)yqu*RW51yu1bxeNMM_0-FOWbXRtBxCu1>tzK@w zB-{o?zLLqPolZXM{pNloFy<;scrOCo0E;1EQ7{jiL2qgPgC%SfY z!-7pnS7Y*VIdO%xd%n4w$O8A}{Z!Xl&k{&iOuK*B3C!71jx`IsWYw4$2%4&)!HSuL z;i35{gwp!t=CSp^y0R?W7uU5G=zYkvOEdSa_u$vl&n}d5&?Ett=VaxMjR}I@wy;0? ztFlCz6=fVBjhLeO5u7xyJY!dHs&^vYC||Ts?rZ-5Yyyw&HYPDl!nOuTc28o?HA-(# zkf+k{NJ5WKFJn_*dG?>)V5Y|)yvohHJ*})yt=)kO>l9z_E;M&A^gCRtD6TimE4(^t z;MhV8kh?LGj6Ee_|x*)U_D?${J%#kabAJ-luU-cSKqsh zp%&lzr(4?Ze}7NYKl?57x^@~?+Ci3C6+$aH=Z0GfOaG`9d2vYT8#~uZ3uK!&EpF&l zoiUYu;K3g}$zScq`XIJE&TCLj{`pfyDK5+0AB*K9yk7IA>9ZC8L-r!clCUGF( zXUfbY?HMH>WbtfeeC`h&GP>SA@ItBXp@*>xtt7*z%Zy7YEGVwU-o5S^Ar|!e zQE^wVDu24;yPBvUd4y;1CAa&w`FW!rOoq~BHTfx!8|3a%##0kMyLWhJKRGtAyN3v% z1by(`e0;G)t^(8R!G~4^14XgTo~$%PW<1OtHELVwtpUn#-F&W+MdZBEN&~g2W{S-{ z`jq%>J*Uah{Ur>h9!nKNPmCZS;Eu>X%Mb z-1R12kg)up35NV=_V<=`jkANaB@I+gi6gkQB6;SjS|qZNil`s(fe*LE-Yz)`8~7xb z$&cP|lqJqH{R(CLM$ua#@wh9f7jfd~{$@fVDV4qAEu zt_W<8ZN9uP{_ApF{#!p}IIT!NgtWP`Txe}hPK8V(^Q^w>bW>q7S1P4(I8`1z(5XpeX zY$=}?dngNsk%jG{7vopn#v%L@*rp<0%%p{O%FK&$R;48tI*n3tPCsaYNXOFGs^~1o z>ol^~aBA#Urw{P80X@9}{(TWkopVWLtoL53h?!D!CdnRfG}%77rF@mJMR(gvS-s!K zgoVprGBvb@C41_7(L2E#aaYGp(9`7OQZWi~|7Efwoy+SrapFY9mPEDT z%GQ?LU*wG!a zajejy{T&|T$Ua{-;d)*O>gVtj=}DO4#lZ=Z4oMbWhNn@|t~^N>uw2=`*`K!()dDW_ z5c)7v1?jRmzD}o?jKxlDJu99#zjPU|6<78cM2Xx^9j$dFMUb)4=B=yW#NP>GvOSxG zXem~zc$mttbFGZFJ6)nUb1rH21ed9)ihqy7j|N*%tciXw|J?iKzE^4caCu~DcV&y} z$8g=a+O{Y$3l~$CnI^u$YAL4>82i=~F0Kx0v-B$5jl)ZyMBQYxJI>w)R|fUM*%mEiS{|_9!9_4~VA0IQ~*Fe2&-ba<=R_j({C^xFlpX*8 literal 0 HcmV?d00001 diff --git a/examples/assets/suite/background.png b/examples/assets/suite/background.png deleted file mode 100644 index 4a496b8c113717ad853a9537f717bcb7fb5601ff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3300 zcmb_f2~ZPP7+$3HV1TNXI)d75q>h5*z>q*BawU}11~EcNji@16AVPLSvY3E^jQ26r z8>dw(UbP;PLnO#iDk6^HSqBs$P_Py$N)#2Pc=T<;qO{VPLNm$i+c)oh|M&jy`~Tf+ z3=93j!OqzZf*=P$2u}n-HcyG)$YEfHmmgvRmkBsug3rfdaGgwpKmiIY8i55WSu7$# zWQyd(ONcK7*;16@5?mtuiX+EVR2i{`s#mGOZV2-A)2n6jcm#)|kys_lrI?G$D6mq& zr9^rO=|Xi75~mDF(IE3vLc`@L@p2yp#cww3tLFd!6@trPy($6Ka`aq^1(yTH#59cp zTbAJQT#A*HL>LAKVHyPXqR#Y?(-{ny#iBBpUMv=42JA^^c+%+L%kp3_IbJM|CmZhl zP(U<|B8DU41^31RcU(#wj;lE|nog&q>Sj_gO)QP!rtw&I)`(RORZ<;{DXnL8N#-P%PBasV*!hc_?QuVFY z;v(cN-}eG*!;{qrO@wH%B#j&h7c+$jrRD@_5E+hX!Z9p?%wkv^hGW_|ObrLkXTj4V zm8b&KX{TG(3xym3s>Nlf91-xi6o5cgDis`7Adkgn(tVh8I-kMddj|4(j9?!&lfmN$ zdwbG(oPf{T$PVQB_-5W6AUcw40HHgeZG|FX&B3Of|V9Sv?%7M86IsXuE

lZG3>J~xal)Kf&#Z|fUUE_q6H8%N+RF|gzN7-FfmX!!MJrd zBCl)8@yhwx=b96Sg%0jZ$HOBLbMyL@ku^*#P7wbQ1s89 z{eES6FJH%Zn^(4`HO>zGD0@97t*a6j*yYx=jEAm_(LsqL{2OdW>!6BBU`SrAQ;BSw z^g>&>1KKbPYHa`y&#>4M2~V`tsA;)LD%sfp>h{@VWTGHGWQE7OpGxJ&tU zRoH~|;Tvc52OxngnCXRkpm$<}VbMH1C~2FhtG@b~bNsRLo{WOLU4{g&RxzI)e%fpo zD&JRca5A&+fWUb*d!^kTw%6f*knVq;kNe15V*0ax>FV|{BbVl#<9|5@8=JNwilAHP zRv`}RiaNKzXye}Knh$~^C#DS&KgMV*=hmLM_ZTl&P2h}{Iy9rUfO~PaG1nTbN}N^= zF+&<`EJ-JGKwhnqRG2=nCY{Xx^^B)aJJAo*EA6w_n@e_|LC4mn^mua#74jl>8eV4F z#BD9K{ac3LRc}M_D67h3pez^V>3V7NM+yuSR#wB0yF z#s^)FZ{C^LwCL0=$sDIf%$isqqg&B|?@}Yx&g~7TL0@(Q1m0!%yz6` zh2WlAnn75nN<6QiQ#w2=pv94t%4&K`$&gcU$5g0ab)}<+kM7pFL(CXGcSURI$)p`Q zwe=U<2o-i24kp|)+WW7rm_$m|>j|Pp$tnK^Aw;5E1DZnim>TV#OR_UB-mG&ZZ~_y& z!q1x78Rwgy#J)CXmJE^cI8#{E;hnF#G^Ldbjz3B}WJ&Cmvk^BOY917?x+!U07JuPw z(GJSv`Kf8u%fHrytG9_N_N@7I@p!UbZB32Lsa5^Fi9JeXDcC{QP=4J*gL=!erOCeg z9xmxE{KEQlz`dhgHNz5YQ{Jv7Psm~Hf9;Lj(h{jn7UO(-^DHxB*t6yg(Qqvt%n5NX zLm+3@j{X(hU%eJ|*gNWi;r-w{54yyK7gNsoet&gY4roeF(I*a6rIsltI_~#-veNk5 z!=W)gbbs9+lp_y}yW72LMQfkCSQ5MRs$moQV@#9N-b#*9>i)K92j}sJPo$02+YhbU zypz)C`tn7QwOxTW0}OKpwH22L;)Ya1S5R#2@{^I(ciR$1^cH@(X*l4nTa3v;Z4SOS zwzb_e*+Cf-7Jbx|Op714(Q*!)tq^xvd zc5bFyNs~3PS~LO=^6EMDE3@{jX~E;Zq8*&aRr{Md7iCU#T6lQeX zO-?71Tyk23fkUdH_q<<>?qCtzds1AghtwPA(#&Eg?(&;q_K<5&MCg>LE%wC!4go)u KcPenns=okF + + + + + + + + + +

+
+
+ Phaser Version: 1.1 + 1.2 dev branch +
+
+ +
+ +
+
+
+ +
+
+ + + + \ No newline at end of file