From feb1ce8c8a5c5c83e258c17f4479466ece2f5b71 Mon Sep 17 00:00:00 2001 From: Stephen Moore Date: Sun, 2 Jan 2011 23:52:36 +0800 Subject: [PATCH] removed stupid incosistency in fancy examples --- examples/fancy/_levels/level1.js | 2 +- examples/fancy/_levels/level2.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/fancy/_levels/level1.js b/examples/fancy/_levels/level1.js index 5e14c4e..9d4a35a 100644 --- a/examples/fancy/_levels/level1.js +++ b/examples/fancy/_levels/level1.js @@ -44,7 +44,7 @@ require.def('_levels/level1', entities : [ {type: 'patroller', bottom:0, left:33}, {type: 'platformer', bottom:25, left:35, tags:['reincarnate']}, - {type: 'jumper', bottom:43, left:45}, + {type: 'jumper', bottom:45, left:45}, {type: 'collectable', bottom:0, left:8, getRotation:cmn.rotateContinously()}, {type: 'door', bottom:0, left:50, level:0, spawnId:'island1', template:"greencube"}, diff --git a/examples/fancy/_levels/level2.js b/examples/fancy/_levels/level2.js index 0a06c37..1e71d2f 100644 --- a/examples/fancy/_levels/level2.js +++ b/examples/fancy/_levels/level2.js @@ -49,7 +49,7 @@ require.def('_levels/level2', entities : [ {type: 'patroller', bottom:0, left:2, limitLeft:0, limitRight:25}, {type: 'platformer', bottom:25, left:35, tags:['reincarnate']}, - {type: 'jumper', bottom:43, left:45}, + {type: 'jumper', bottom:45, left:45}, {type: 'collectable', bottom:5, left:8, getRotation : cmn.rotateContinously()}, {type: 'collectable', bottom:15, left:15, getRotation : cmn.rotateContinously()}, {type: 'collectable', bottom:85, left:20, getRotation : cmn.rotateContinously()},