Skip to content

Commit

Permalink
Add more customer walking animations
Browse files Browse the repository at this point in the history
  • Loading branch information
Golen87 committed Aug 20, 2024
1 parent 958133b commit 15d4067
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/components/CustomerData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,12 @@ export const CustomerData: { [key in CustomerId]: CustomerInterface } = {
[CustomerId.Medium]: {
tier: 2,
spriteKeys: {
walk: ["medium_customer_walk1"],
walk: [
"medium_customer_walk1",
"medium_customer_walk2",
"medium_customer_walk1",
"medium_customer_walk3",
],
sit: "medium_customer_sit1",
},
spriteScale: 1.4,
Expand All @@ -151,7 +156,12 @@ export const CustomerData: { [key in CustomerId]: CustomerInterface } = {
[CustomerId.Large]: {
tier: 3,
spriteKeys: {
walk: ["large_customer_walk1"],
walk: [
"large_customer_walk1",
"large_customer_walk2",
"large_customer_walk1",
"large_customer_walk3",
],
sit: "large_customer_sit1",
},
spriteScale: 1.7,
Expand Down

0 comments on commit 15d4067

Please sign in to comment.