@@ -178,18 +178,18 @@ const assets = {
178
178
hitbox : { widthPercentage : 0.3 , heightPercentage : 0.8 }
179
179
} ,
180
180
escaper : {
181
- src : "/images/platformer/sprites/merged_sprite_sheet .png" ,
182
- width : 81 ,
183
- height : 83 ,
184
- scaleSize : 85 ,
185
- speedRatio : 0.7 ,
186
- animationSpeed : 6 , // How fast it goes through displaying each frame in specified row below:
181
+ src : "/images/platformer/sprites/skibidiMan .png" ,
182
+ width : 54 ,
183
+ height : 60 ,
184
+ scaleSize : 110 ,
185
+ speedRatio : 0.9 ,
186
+ animationSpeed : 5.5 , // How fast it goes through displaying each frame in specified row below:
187
187
idle : { row : 0 , frames : 4 } , // idle animation
188
188
walk : { row : 1 , frames : 6 } , // walking animation
189
- run : { row : 2 , frames : 6 } , // running animation
189
+ run : { row : 2 , frames : 6 } , // running animation
190
190
jump : { row : 4 , frames : 6 } , // jumping animation
191
- attack : { row : 4 , frames : 6 } ,
192
- hitbox : { widthPercentage : 0.3 , heightPercentage : 0.8 }
191
+ attack : { row : 3 , frames : 5 } ,
192
+ hitbox : { widthPercentage : 0.3 , heightPercentage : 0.9 , offsetx : 0 , offsety : 10 }
193
193
194
194
} ,
195
195
whitemario : {
0 commit comments