els jugadors ara es dibuixen al fondo de la resta de elements
modificat la veu de 'thankyou' per a que incloga el sonido de començar a jugar clasic els globos ja son ells qui fan el seu propi so
This commit is contained in:
@@ -70,6 +70,8 @@ void initParam()
|
||||
param.balloon.color.at(2) = "red";
|
||||
param.balloon.color.at(3) = "green";
|
||||
|
||||
param.balloon.bouncing_sound = false;
|
||||
|
||||
// NOTIFICATION
|
||||
param.notification.pos_v = NotifyPosition::TOP;
|
||||
param.notification.pos_h = NotifyPosition::LEFT;
|
||||
@@ -373,6 +375,11 @@ bool setParams(const std::string &var, const std::string &value)
|
||||
param.balloon.color.at(3) = value;
|
||||
}
|
||||
|
||||
else if (var == "balloon.bouncing_sound")
|
||||
{
|
||||
param.balloon.bouncing_sound = stringToBool(value);
|
||||
}
|
||||
|
||||
// NOTIFICACIONES
|
||||
else if (var == "notification.pos_h")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user