nous grafics
This commit is contained in:
@@ -27,6 +27,8 @@ void initParam(param_t *param)
|
||||
// TITLE
|
||||
param->pressStart = 160;
|
||||
param->titleCounter = 800;
|
||||
param->arcadeEdition = 123;
|
||||
param->titleCC = 11;
|
||||
|
||||
// BACKGROUND
|
||||
param->backgroundAttenuateColor = {255, 255, 255};
|
||||
@@ -205,6 +207,16 @@ bool setOptions(param_t *param, std::string var, std::string value)
|
||||
param->titleCounter = std::stoi(value);
|
||||
}
|
||||
|
||||
else if (var == "arcadeEdition")
|
||||
{
|
||||
param->arcadeEdition = std::stoi(value);
|
||||
}
|
||||
|
||||
else if (var == "titleCC")
|
||||
{
|
||||
param->titleCC = std::stoi(value);
|
||||
}
|
||||
|
||||
// BACKGROUND
|
||||
else if (var == "backgroundAttenuateColor.r")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user