beat & mines colors moved to constants

This commit is contained in:
Diego F. Goberna
2018-12-06 00:20:48 +01:00
committed by Diego Marcos
parent 2f56286d91
commit c4e9366a32
3 changed files with 33 additions and 7 deletions

View File

@@ -18,4 +18,12 @@ module.exports = {
TEXT_OFF: '#000',
TEXT_NORMAL: '#444',
TEXT_BOLD: '#888',
BEAT_RED: '#290404',
BEAT_BLUE: '#08083E',
MINE_RED: '#070304',
MINE_RED_EMISSION: '#090707',
MINE_BLUE: '#030407',
MINE_BLUE_EMISSION: '#070709',
};