@@ -82,13 +82,13 @@ const assets = {
82
82
sandblock : { src :"/images/platformer/platforms/sandblock.png" } ,
83
83
snowyfloor : { src : "/images/platformer/platforms/grass.png" } ,
84
84
snowywood : { src : "/images/platformer/platforms/snowywood.png" } ,
85
- boxmiddle : { src : "/images/platformer/platforms/block-left .png" } ,
86
- boxendleft : { src : "images/platformer/platforms/block-left .png" } ,
87
- boxendright : { src : "images/platformer/platforms/block-left .png" } ,
88
- boxback : { src : "images/platformer/platforms/block-left .png" } ,
89
- boxmiddle_rotated : { src : "images/platformer/platforms/block-left .png" } ,
90
- boxendleft_rotated : { src : "/images/platformer/platforms/block-left .png" } ,
91
- boxendright_rotated : { src : "images/platformer/platforms/block-left .png" } ,
85
+ boxmiddle : { src : "/images/platformer/platforms/boxmiddle .png" } ,
86
+ boxendleft : { src : "/ images/platformer/platforms/boxendleft .png" } ,
87
+ boxendright : { src : "/ images/platformer/platforms/boxendright .png" } ,
88
+ boxback : { src : "/ images/platformer/platforms/boxback .png" } ,
89
+ boxmiddle_rotated : { src : "/ images/platformer/platforms/boxmiddle_rotated .png" } ,
90
+ boxendleft_rotated : { src : "/images/platformer/platforms/boxendleft_rotated .png" } ,
91
+ boxendright_rotated : { src : "/ images/platformer/platforms/boxendright_rotated .png" } ,
92
92
alien : { src : "/images/platformer/platforms/alien.png" } ,
93
93
bricks : { src : "/images/platformer/platforms/brick_wall.png" } ,
94
94
lava : { src : "/images/platformer/platforms/lava.jpg" } ,
@@ -459,38 +459,33 @@ const assets = {
459
459
{ name : 'winter' , id : 'background' , class : BackgroundSnow , data : assets . backgrounds . winter } ,
460
460
{ name : 'snowfall' , id : 'background' , class : BackgroundSnowfall , data : assets . backgrounds . snow } ,
461
461
{ name : 'snowyfloor' , id : 'platform' , class : Platform , data : assets . platforms . snowyfloor } ,
462
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxmiddle , xPercentage : 0.2 , yPercentage : 0.82 } ,
463
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxmiddle , xPercentage : 0.2368 , yPercentage : 0.82 } ,
464
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxmiddle , xPercentage : 0.2736 , yPercentage : 0.82 } ,
465
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxmiddle , xPercentage : 0.3104 , yPercentage : 0.82 } ,
466
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendright , xPercentage : 0.3472 , yPercentage : 0.82 } ,
467
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendleft , xPercentage : 0.384 , yPercentage : 0.715 } ,
468
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendright , xPercentage : 0.4208 , yPercentage : 0.715 } ,
469
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendleft_rotated , xPercentage : 0.5090 , yPercentage : 0.56 } ,
470
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxmiddle_rotated , xPercentage : 0.5090 , yPercentage : 0.48 } ,
471
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxmiddle_rotated , xPercentage : 0.5090 , yPercentage : 0.40 } ,
472
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendright_rotated , xPercentage : 0.5090 , yPercentage : 0.32 } ,
473
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendright , xPercentage : 0.655 , yPercentage : 0.68 } ,
474
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendleft , xPercentage : 0.62 , yPercentage : 0.68 } ,
475
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendright , xPercentage : 0.72 , yPercentage : 0.76 } ,
476
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendleft , xPercentage : 0.69 , yPercentage : 0.76 } ,
477
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendleft_rotated , xPercentage : 0.755 , yPercentage : 1 } ,
478
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxmiddle_rotated , xPercentage : 0.755 , yPercentage : 0.92 } ,
479
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendright_rotated , xPercentage : 0.755 , yPercentage : 0.84 } ,
480
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendright_rotated , xPercentage : 0.625 , yPercentage : 0.92 } ,
481
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendleft_rotated , xPercentage : 0.625 , yPercentage : 1 } ,
482
- { name : 'trash' , id : 'trash' , class : Trash , data : assets . obstacles . trash , xPercentage : 0.4 , yPercentage : 0.5 } ,
483
- { name : 'trash' , id : 'trash' , class : Trash , data : assets . obstacles . trash , xPercentage : 0.63 , yPercentage : 0.58 } ,
484
- { name : 'trash' , id : 'trash' , class : Trash , data : assets . obstacles . trash , xPercentage : 0.21 , yPercentage : 0.6 } ,
485
- { name : 'trash' , id : 'trash' , class : Trash , data : assets . obstacles . trash , xPercentage : 0.32 , yPercentage : 0.6 } ,
462
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendleft , xPercentage : 0.25 , yPercentage : 0.78 } ,
463
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxmiddle , xPercentage : 0.2868 , yPercentage : 0.78 } ,
464
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxmiddle , xPercentage : 0.3236 , yPercentage : 0.78 } ,
465
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxmiddle , xPercentage : 0.3604 , yPercentage : 0.74 } ,
466
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendright , xPercentage : 0.3972 , yPercentage : 0.7 } ,
467
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendleft , xPercentage : 0.0632 , yPercentage : 0.41 } ,
468
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendleft , xPercentage : 0.1 , yPercentage : 0.45 } ,
469
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxmiddle , xPercentage : 0.1368 , yPercentage : 0.45 } ,
470
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxmiddle , xPercentage : 0.1736 , yPercentage : 0.48 } ,
471
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendright , xPercentage : 0.5632 , yPercentage : 0.52 } ,
472
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendright , xPercentage : 0.6 , yPercentage : 0.45 } ,
473
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendright , xPercentage : 0.6368 , yPercentage : 0.45 } ,
474
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxmiddle , xPercentage : 0.1368 , yPercentage : 0.995 } ,
475
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendright , xPercentage : 0.755 , yPercentage : 0.68 } ,
476
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendleft , xPercentage : 0.72 , yPercentage : 0.68 } ,
477
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendright , xPercentage : 0.789 , yPercentage : 0.73 } ,
478
+ { name : 'trash' , id : 'trash' , class : Trash , data : assets . obstacles . trash , xPercentage : 0.0632 , yPercentage : 0.31 } ,
479
+ { name : 'trash' , id : 'trash' , class : Trash , data : assets . obstacles . trash , xPercentage : 0.36 , yPercentage : 0.63 } ,
480
+ { name : 'trash' , id : 'trash' , class : Trash , data : assets . obstacles . trash , xPercentage : 0.565 , yPercentage : 0.42 } ,
481
+ { name : 'trash' , id : 'trash' , class : Trash , data : assets . obstacles . trash , xPercentage : 0.72 , yPercentage : 0.58 } ,
486
482
{ name : 'owl' , id : 'owl' , class : Owl , data : assets . enemies . Owl , xPercentage : 0.3 , minPosition : 0.05 } ,
487
483
{ name : 'owl' , id : 'owl' , class : Owl , data : assets . enemies . Owl , xPercentage : 0.8 , minPosition : 0.05 } ,
488
484
{ name : 'caveman' , id : 'snowman' , class : Snowman , data : assets . enemies . Snowman , xPercentage : 0.2 , minPosition : 0.1 , difficulties : [ "normal" , "hard" , "impossible" ] } ,
489
485
{ name : 'caveman' , id : 'snowman' , class : Snowman , data : assets . enemies . Snowman , xPercentage : 0.35 , minPosition : 0.1 , difficulties : [ "normal" , "hard" , "impossible" ] } ,
490
486
{ name : 'caveman' , id : 'snowman' , class : Snowman , data : assets . enemies . Snowman , xPercentage : 0.5 , minPosition : 0.1 , difficulties : [ "normal" , "hard" , "impossible" ] } ,
491
487
{ name : 'mario' , id : 'player' , class : PlayerWinter , data : assets . players . whitemario } ,
492
- { name : 'cabin' , id : 'finishline' , class : FinishLine , data : assets . obstacles . cabin , xPercentage : 0.85 , yPercentage : 0.775 } ,
493
- { name : 'tubeU' , id : 'minifinishline' , class : FinishLine , data : assets . obstacles . tubeU , xPercentage : 0.675 , yPercentage : 0.8615 } ,
488
+ { name : 'cabin' , id : 'finishline' , class : FinishLine , data : assets . obstacles . cabin , xPercentage : 0.85 , yPercentage : 0.79 } ,
494
489
{ name : 'quidditchEnd' , id : 'background' , class : BackgroundTransitions , data : assets . transitions . quidditchEnd } ,
495
490
] ;
496
491
@@ -500,4 +495,4 @@ const assets = {
500
495
objects : objects
501
496
} ;
502
497
503
- export default GameSetterWinter ;
498
+ export default GameSetterWinter ;
0 commit comments