Skip to content

Commit

Permalink
feat: add ukraine skin (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
littensy authored Oct 2, 2023
1 parent 8fd8c42 commit cdfe841
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions src/shared/data/skins/skins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ export const snakeSkins: readonly SnakeSkin[] = [
],
},

{
...defaultSnakeSkin,
id: "mexico",
price: 100,
tint: [palette.blue, palette.blue, palette.offwhite, palette.offwhite, palette.red, palette.red],
},

{
...defaultSnakeSkin,
id: "germany",
Expand All @@ -90,9 +83,9 @@ export const snakeSkins: readonly SnakeSkin[] = [

{
...defaultSnakeSkin,
id: "estonia",
id: "mexico",
price: 100,
tint: [palette.blue, palette.blue, palette.surface1, palette.surface1, palette.offwhite, palette.offwhite],
tint: [palette.blue, palette.blue, palette.offwhite, palette.offwhite, palette.red, palette.red],
},

{
Expand Down Expand Up @@ -130,6 +123,13 @@ export const snakeSkins: readonly SnakeSkin[] = [
],
},

{
...defaultSnakeSkin,
id: "estonia",
price: 100,
tint: [palette.blue, palette.blue, palette.surface1, palette.surface1, palette.offwhite, palette.offwhite],
},

{
...defaultSnakeSkin,
id: "finland",
Expand Down Expand Up @@ -181,6 +181,13 @@ export const snakeSkins: readonly SnakeSkin[] = [
],
},

{
...defaultSnakeSkin,
id: "ukraine",
price: 100,
tint: [palette.blue, palette.blue, palette.blue, palette.yellow, palette.yellow, palette.yellow],
},

{
...defaultSnakeSkin,
id: "hungary",
Expand Down

0 comments on commit cdfe841

Please sign in to comment.