Skip to content

Commit c6de470

Browse files
committed
color swap for cb friendliness
1 parent b4343be commit c6de470

13 files changed

Lines changed: 1169 additions & 166 deletions

Gruntfile.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

Src/game.js

Lines changed: 144 additions & 143 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Src/game.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Src/game/resources.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ var Palette = {
4747
GridBackgroundColor: new ex.Color(0, 20, 25, 0.9),
4848

4949
// Beach
50-
PieceColor1: ex.Color.fromHex("#00718D"),
51-
PieceColor2: ex.Color.fromHex("#7A5CA7"),
52-
PieceColor3: ex.Color.fromHex("#4c603a"),
53-
PieceColor4: ex.Color.fromHex("#c17b55"),
50+
PieceColor1: ex.Color.fromHex("#006FAA"),
51+
PieceColor2: ex.Color.fromHex("#CC79A7"),
52+
PieceColor3: ex.Color.fromHex("#009E73"),
53+
PieceColor4: ex.Color.fromHex("#F0E442"),
5454

5555
MegaSweepColor: ex.Color.fromHex("#55c192"),
5656

Src/images/Tile1.png

136 Bytes
Loading

Src/images/Tile2.png

150 Bytes
Loading

Src/images/Tile3.png

171 Bytes
Loading

Src/images/Tile4.png

167 Bytes
Loading

Src/images/bg2.png

23.2 KB
Loading

Src/images/sweep-indicator.png

60 Bytes
Loading

0 commit comments

Comments
 (0)