Skip to content

Commit

Permalink
removed stupid incosistency in fancy examples
Browse files Browse the repository at this point in the history
  • Loading branch information
delfick committed Jan 2, 2011
1 parent b863271 commit feb1ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/fancy/_levels/level1.js
Expand Up @@ -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"},

Expand Down
2 changes: 1 addition & 1 deletion examples/fancy/_levels/level2.js
Expand Up @@ -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()},
Expand Down

0 comments on commit feb1ce8

Please sign in to comment.