Skip to content

Commit

Permalink
renamed player sprite sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
rodigu committed May 23, 2023
1 parent 1d2065a commit 76d897b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion sketch/game/gameSetup/assetList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const AssetList: { [key: string]: AssetSettings } = {
width: 128,
height: 256,
},
path: "./assets/img/spritesheet_players.png",
path: "./assets/img/player.png",
type: "image",
name: "PlayerSprite",
},
Expand Down

0 comments on commit 76d897b

Please sign in to comment.