Refresh rework
This commit is contained in:
@@ -102,10 +102,6 @@ Twos::~Twos() {
|
||||
lv_obj_clean(lv_scr_act());
|
||||
}
|
||||
|
||||
bool Twos::Refresh() {
|
||||
return running;
|
||||
}
|
||||
|
||||
bool Twos::placeNewTile() {
|
||||
std::vector<std::pair<int, int>> availableCells;
|
||||
for (int row = 0; row < 4; row++) {
|
||||
@@ -295,4 +291,4 @@ void Twos::updateGridDisplay(Tile grid[][4]) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user