Skip to content

Commit d24649b

Browse files
committed
updated sprites and colors
1 parent 3c3c7f2 commit d24649b

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

client/src/colors.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ export const Colors = {
116116
),
117117
LIGHT_CARD: new Color('LIGHT_CARD', '#f7f7f722', '--color-light-card', 'Light Card', Sections.INTERFACE),
118118

119-
WALLS_COLOR: new Color('WALLS_COLOR', '#547f31', '--color-walls', 'Walls', Sections.GENERAL),
120-
DIRT_COLOR: new Color('DIRT_COLOR', '#991111', '--color-dirt', 'Dirt', Sections.GENERAL),
121-
TILES_COLOR: new Color('TILES_COLOR', '#4c301e', '--color-tile', 'Tiles', Sections.GENERAL),
119+
WALLS_COLOR: new Color('WALLS_COLOR', '#52485a', '--color-walls', 'Walls', Sections.GENERAL),
120+
DIRT_COLOR: new Color('DIRT_COLOR', '#3b2931', '--color-dirt', 'Dirt', Sections.GENERAL),
121+
TILES_COLOR: new Color('TILES_COLOR', '#221725', '--color-tile', 'Tiles', Sections.GENERAL),
122122

123123
TEAM_ONE: new Color('TEAM_ONE', '#fcc00d', '--color-team0', 'Text', Sections.CHEDDAR),
124124

@@ -148,8 +148,8 @@ export const Presets: ColorPreset[] = [
148148
LIGHT: '#aaaaaa22',
149149
LIGHT_HIGHLIGHT: '#ffffff33',
150150
LIGHT_CARD: '#f7f7f722',
151-
WALLS_COLOR: '#547f31',
152-
TILES_COLOR: '#4c301e',
151+
WALLS_COLOR: '#52485A',
152+
TILES_COLOR: '#221725',
153153
TEAM_ONE: '#fcc00d',
154154
TEAM_TWO: '#c91c7e'
155155
}
350 KB
Loading
-283 KB
Loading
660 KB
Loading
205 KB
Loading
-35.3 KB
Loading
35.3 KB
Loading

0 commit comments

Comments
 (0)