Completada la carga de menus desde fichero
This commit is contained in:
@@ -214,6 +214,16 @@ bool Menu::setVars(std::string var, std::string value)
|
||||
x = std::stoi(value);
|
||||
}
|
||||
|
||||
else if (var == "centerX")
|
||||
{
|
||||
centerX = std::stoi(value);
|
||||
}
|
||||
|
||||
else if (var == "centerY")
|
||||
{
|
||||
centerY = std::stoi(value);
|
||||
}
|
||||
|
||||
else if (var == "y")
|
||||
{
|
||||
y = std::stoi(value);
|
||||
|
||||
Reference in New Issue
Block a user