Skip to content

Commit

Permalink
Merge pull request #125 from Parallaxes/main
Browse files Browse the repository at this point in the history
Skibidi sprite change
  • Loading branch information
Parallaxes authored Feb 14, 2025
2 parents eb730b4 + bcb4e17 commit f01a444
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion assets/js/platformer/GameEnv.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class GameEnv {
* @property {boolean} spellUsed - Checks whether the wand has been used by the player
*/
static userID = "Guest";
static userID = "guest";
static player = null;
static levels = [];
static currentLevel = null;
Expand Down
18 changes: 9 additions & 9 deletions assets/js/platformer/GameSetterSkibidi.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,18 +178,18 @@ const assets = {
hitbox: { widthPercentage: 0.3, heightPercentage: 0.8 }
},
escaper: {
src: "/images/platformer/sprites/merged_sprite_sheet.png",
width: 81,
height: 83,
scaleSize: 85,
speedRatio: 0.7,
animationSpeed: 6, // How fast it goes through displaying each frame in specified row below:
src: "/images/platformer/sprites/skibidiMan.png",
width: 54,
height: 60,
scaleSize: 110,
speedRatio: 0.9,
animationSpeed: 5.5, // How fast it goes through displaying each frame in specified row below:
idle: {row: 0, frames: 4 }, // idle animation
walk: { row: 1, frames: 6 }, // walking animation
run: { row: 2, frames: 6 }, // running animation
run: { row: 2, frames: 6}, // running animation
jump: {row: 4, frames: 6 }, // jumping animation
attack: {row: 4, frames: 6 },
hitbox: { widthPercentage: 0.3, heightPercentage: 0.8 }
attack: {row: 3, frames: 5 },
hitbox: { widthPercentage: 0.3, heightPercentage: 0.9, offsetx: 0, offsety: 10 }

},
whitemario: {
Expand Down
Binary file added images/platformer/sprites/big sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/platformer/sprites/skibidiAttack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/platformer/sprites/skibidiMan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/platformer/sprites/tanukiMario.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f01a444

Please # to comment.