diff --git a/rust-2048.png b/rust-2048.png index 86a0413..3c68380 100644 Binary files a/rust-2048.png and b/rust-2048.png differ diff --git a/src/settings.rs b/src/settings.rs index 6591592..ab0a2dd 100644 --- a/src/settings.rs +++ b/src/settings.rs @@ -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] = [