This commit is contained in:
Richard Davey
2013-09-01 22:02:42 +01:00
parent d31777972c
commit 6235f25184
5 changed files with 485 additions and 426 deletions
+1 -2
View File
@@ -40,12 +40,11 @@
function render() {
game.debug.renderRectangle(mummy.bounds, 'rgba(255,255,0,0.1)');
game.debug.renderPoint(mummy.topLeft, 'rgb(255,0,0)');
game.debug.renderPoint(mummy.topRight, 'rgb(0,255,0)');
game.debug.renderPoint(mummy.bottomLeft, 'rgb(0,0,255)');
game.debug.renderPoint(mummy.bottomRight, 'rgb(255,0,255)');
game.debug.renderPoint(mummy.center, 'rgb(255,255,0)');
game.debug.renderRectangle(mummy.bounds, 'rgba(255,255,0,0.1)');
}