@@ -7,7 +7,7 @@ import BackgroundSnow from './BackgroundSnow.js';
7
7
import Platform from './Platform.js' ;
8
8
import PlayerWinter from './PlayerWinter.js' ;
9
9
import BlockPlatform from './BlockPlatform.js' ;
10
- import Coin from './Coin .js' ;
10
+ import Trash from './Trash .js'
11
11
import Owl from './FlyingOwl.js' ;
12
12
import Snowman from './EnemySnowman.js' ;
13
13
import FinishLine from './FinishLine.js' ;
@@ -26,7 +26,6 @@ const assets = {
26
26
height : 320 ,
27
27
scaleSize : 50 ,
28
28
} ,
29
- trashCan : { src : "/images/platformer/trashbin.png" } ,
30
29
tubeU : { src : "/images/platformer/obstacles/blue-tube-up.png" ,
31
30
hitbox : { widthPercentage : 0.5 , heightPercentage : 0.5 } ,
32
31
width : 300 ,
@@ -480,11 +479,10 @@ const assets = {
480
479
{ name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendright_rotated , xPercentage : 0.755 , yPercentage : 0.84 } ,
481
480
{ name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendright_rotated , xPercentage : 0.625 , yPercentage : 0.92 } ,
482
481
{ name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . boxendleft_rotated , xPercentage : 0.625 , yPercentage : 1 } ,
483
- { name : 'trash' , id : 'coin' , class : FinishLine , data : assets . obstacles . trash , xPercentage : 0.4 , yPercentage : 0.5 } ,
484
- { name : 'trash' , id : 'coin' , class : FinishLine , data : assets . obstacles . trash , xPercentage : 0.63 , yPercentage : 0.48 } ,
485
- { name : 'trash' , id : 'coin' , class : FinishLine , data : assets . obstacles . trash , xPercentage : 0.21 , yPercentage : 0.6 } ,
486
- { name : 'trash' , id : 'coin' , class : FinishLine , data : assets . obstacles . trash , xPercentage : 0.32 , yPercentage : 0.6 } ,
487
- { name : 'trashBin' , id : 'coin' , class : FinishLine , data : assets . obstacles . trashCan , xPercentage : 0.71 , yPercentage : 0.6 } ,
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 } ,
488
486
{ name : 'owl' , id : 'owl' , class : Owl , data : assets . enemies . Owl , xPercentage : 0.3 , minPosition : 0.05 } ,
489
487
{ name : 'owl' , id : 'owl' , class : Owl , data : assets . enemies . Owl , xPercentage : 0.8 , minPosition : 0.05 } ,
490
488
{ name : 'caveman' , id : 'snowman' , class : Snowman , data : assets . enemies . Snowman , xPercentage : 0.2 , minPosition : 0.1 , difficulties : [ "normal" , "hard" , "impossible" ] } ,
0 commit comments