afegides notificacions per als inputs externs al joc
This commit is contained in:
@@ -34,6 +34,12 @@ private:
|
||||
bottomRight
|
||||
};
|
||||
|
||||
enum notification_shape_t
|
||||
{
|
||||
notification_shape_rounded,
|
||||
notification_shape_squared,
|
||||
};
|
||||
|
||||
struct notification_t
|
||||
{
|
||||
std::string text1;
|
||||
@@ -46,6 +52,7 @@ private:
|
||||
SDL_Rect rect;
|
||||
int y;
|
||||
int travelDist;
|
||||
notification_shape_t shape;
|
||||
};
|
||||
|
||||
// Objetos y punteros
|
||||
|
||||
Reference in New Issue
Block a user