Update screenshot
This commit is contained in:
parent
ff1c4112f4
commit
0c3a23c2df
2 changed files with 1 additions and 1 deletions
BIN
rust-2048.png
BIN
rust-2048.png
Binary file not shown.
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 50 KiB |
|
|
@ -16,7 +16,7 @@ pub static BOARD_OFFSET_Y: f64 = 128.0;
|
||||||
|
|
||||||
pub static TILE_WIDTH: int = 4;
|
pub static TILE_WIDTH: int = 4;
|
||||||
pub static TILE_HEIGHT: 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_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 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] = [
|
pub static TILES_COLOR: [[f32, ..4], ..10] = [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue