@@ -180,12 +180,12 @@ const assets = {
180
180
} ,
181
181
escaper : {
182
182
src : "/images/platformer/sprites/skibidiMan.png" ,
183
- width : 54 ,
184
- height : 60 ,
183
+ width : 53 ,
184
+ height : 61 ,
185
185
scaleSize : 110 ,
186
186
speedRatio : 0.9 ,
187
187
animationSpeed : 5.5 , // How fast it goes through displaying each frame in specified row below:
188
- idle : { row : 0 , frames : 4 } , // idle animation
188
+ idle : { row : 3 , frames : 4 } , // idle animation
189
189
walk : { row : 1 , frames : 6 } , // walking animation
190
190
run : { row : 2 , frames : 6 } , // running animation
191
191
jump : { row : 4 , frames : 6 } , // jumping animation
@@ -509,7 +509,9 @@ const assets = {
509
509
{ name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . sand , xPercentage : 0.6 , yPercentage : 0.71 } ,
510
510
{ name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . sand , xPercentage : 0.14 , yPercentage : 0.84 } ,
511
511
{ name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . sand , xPercentage : 0.7 , yPercentage : 0.84 } ,
512
- { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . sand , xPercentage : 0.3 , yPercentage : 0.4 } ,
512
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . sand , xPercentage : 0.4 , yPercentage : 0.4 } ,
513
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . sand , xPercentage : 0.36 , yPercentage : 0.4 } ,
514
+ { name : 'blocks' , id : 'jumpPlatform' , class : BlockPlatform , data : assets . platforms . sand , xPercentage : 0.38 , yPercentage : 0.4 } ,
513
515
///{ name: 'coin', id: 'coin', class: Coin, data: assets.obstacles.vbucks, xPercentage: 0.475, yPercentage: 0.5 },
514
516
// { name: 'itemBlock2', id: 'jumpPlatform', class: JumpPlatform2, data: assets.platforms.itemBlock2, xPercentage: 0.56, yPercentage: 0.8 }, //item block is a platform
515
517
//{ name: 'itemBlock2', id: 'jumpPlatform', class: BlockPlatform, data: assets.platforms.itemBlock2, xPercentage: 0.56, yPercentage: 0.8 }, //item block is a platform
0 commit comments