Update screenshot

This commit is contained in:
Coeuvre 2014-05-21 17:41:28 +08:00
parent ff1c4112f4
commit 0c3a23c2df
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View file

@ -16,7 +16,7 @@ pub static BOARD_OFFSET_Y: f64 = 128.0;
pub static TILE_WIDTH: int = 4;
pub static TILE_HEIGHT: int = 4;
pub static TILE_SIZE: f64 = 96.0;
pub static TILE_SIZE: f64 = 72.0;
pub static TILE_PADDING: f64 = 16.0;
pub static TILE_BACKGROUND_COLOR: [f32, ..4] = [187.0 / 255.0, 173.0 / 255.0, 160.0 / 255.0, 1.0];
pub static TILES_COLOR: [[f32, ..4], ..10] = [