mirror of
https://github.com/wassname/phaser.git
synced 2026-07-07 00:06:37 +08:00
Updated to latest Pixi build (can do away with our own local patch now).
Group.sendToBottom(child) is the handy opposite of Group.bringToTop() Group.moveUp(child) will move a child up the display list, swapping with the child above it. Group.moveDown(child) will move a child down the display list, swapping with the child below it.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<title>phaser</title>
|
||||
<base href="../" />
|
||||
<script src="_site/js/jquery-2.0.3.min.js" type="text/javascript"></script>
|
||||
<script src="../dist/phaser.js" type="text/javascript"></script>
|
||||
<script src="../build/phaser.js" type="text/javascript"></script>
|
||||
<?php
|
||||
if (isset($_GET['f']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user