Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Chocobois/built-to-scale
Browse files Browse the repository at this point in the history
  • Loading branch information
Golen87 committed Aug 17, 2024
2 parents 6d74fab + 314d57c commit b4b42df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assets/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ const images: Image[] = [
// Characters
image('characters/player', 'player'),
image('characters/worker', 'worker'),
// Small size customers
image('characters/smallCWalk1', 'small_customer_walk1'),
image('characters/smallCsit1', 'small_customer_sit1'),
// Medium size customers
image('characters/medCWalk1', 'medium_customer_walk1'),
image('characters/medCSit1', 'medium_customer_sit1'),
// Large size customers
image('characters/largeCWalk1', 'large_customer_walk1'),
image('characters/largeCSit1', 'large_customer_sit1'),

// Items
image('items/coin', 'coin'),
Expand Down
Binary file added src/assets/images/characters/largeCSit1.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 src/assets/images/characters/medCSit1.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 src/assets/images/characters/smallCSit1.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 b4b42df

Please sign in to comment.