mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-16 13:24:02 +02:00
Default elements in gamemodel
This commit is contained in:
@@ -106,8 +106,8 @@ GameModel::GameModel():
|
||||
brushList.push_back(new EllipseBrush(ui::Point(4, 4)));
|
||||
|
||||
//Set default tools
|
||||
//activeTools[0] = menuList[SC_POWDERS]->GetToolList()[0];
|
||||
//activeTools[1] = menuList[SC_SPECIAL]->GetToolList()[0];
|
||||
activeTools[0] = menuList[SC_POWDERS]->GetToolList()[0];
|
||||
activeTools[1] = menuList[SC_SPECIAL]->GetToolList()[0];
|
||||
|
||||
//Set default menu
|
||||
activeMenu = menuList[SC_POWDERS];
|
||||
|
Reference in New Issue
Block a user