Skip to content

Commit

Permalink
feat: remove watermelon skin (does not fit skin requirements)
Browse files Browse the repository at this point in the history
  • Loading branch information
Err0r430 committed Jun 21, 2024
1 parent c929089 commit d4de0f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 192 deletions.
189 changes: 0 additions & 189 deletions client/public/img/game/skins/watermelon_base.svg

This file was deleted.

1 change: 0 additions & 1 deletion client/public/img/game/skins/watermelon_fist.svg

This file was deleted.

3 changes: 1 addition & 2 deletions common/src/definitions/skins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ export const Skins = ObjectDefinitions.create<SkinDefinition>()(
["Bee", 0x4a4a4a],
["Armadillo", 0xa68c5e],
["Printer", 0xffffff],
["Distant Shores", 0x7eca83],
["Watermelon", 0xc02c2c]
["Distant Shores", 0x7eca83]
] satisfies ReadonlyArray<readonly [string, number]>).map(([name, tint]) => simple("skin_factory", name, tint)),
...([
["Lemon", 0xebe092],
Expand Down

0 comments on commit d4de0f4

Please sign in to comment.