forked from jaildesigner-jailgames/jaildoctors_dilemma
Reestructurant la classe Options
This commit is contained in:
@@ -57,7 +57,7 @@ private:
|
||||
Text *text_; // Objeto para dibujar texto
|
||||
|
||||
// Variables
|
||||
color_t bg_color_; // Color de fondo de las notificaciones
|
||||
Color bg_color_; // Color de fondo de las notificaciones
|
||||
int wait_time_; // Tiempo que se ve la notificación
|
||||
std::vector<notification_t> notifications_; // La lista de notificaciones activas
|
||||
JA_Sound_t *sound_; // Sonido a reproducir cuando suena la notificación
|
||||
|
||||
Reference in New Issue
Block a user