mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 09:18:11 +00:00
Flood: Get the color scheme from the system theme
This commit is contained in:
parent
800c292be8
commit
1a68977457
7 changed files with 41 additions and 112 deletions
|
@ -42,6 +42,8 @@ void Board::randomize()
|
|||
set_cell(row, column, get_random_uniform(m_colors.size()));
|
||||
}
|
||||
}
|
||||
m_previous_value = m_cells[0][0];
|
||||
m_current_value = m_cells[0][0];
|
||||
}
|
||||
|
||||
void Board::resize(size_t rows, size_t columns)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue