1
Fork 0
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:
implicitfield 2022-12-02 18:58:47 +02:00 committed by Andrew Kaster
parent 800c292be8
commit 1a68977457
7 changed files with 41 additions and 112 deletions

View file

@ -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)