Big UI and navigation Rewrite
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
This commit is contained in:
@@ -101,11 +101,6 @@ bool Twos::Refresh() {
|
||||
return running;
|
||||
}
|
||||
|
||||
bool Twos::OnButtonPushed() {
|
||||
running = false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Twos::placeNewTile() {
|
||||
std::vector< std::pair <int,int> > availableCells;
|
||||
for(int row = 0; row < 4; row++) {
|
||||
|
Reference in New Issue
Block a user