Moving to using a small extend / mixin method to avoid code repeating now we're extending Pixi display objects.

This commit is contained in:
Richard Davey
2013-09-03 04:43:26 +01:00
parent 66e86e7d82
commit e28cdbeb6a
3 changed files with 274 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
// Much easier for debugging
?>
<script src="../src/Phaser.js"></script>
<script src="../src/utils/Utils.js"></script>
<script src="../src/pixi/Pixi.js"></script>
<script src="../src/pixi/InteractionManager.js"></script>