arreglada la paleta taronja

This commit is contained in:
2025-03-19 18:07:46 +01:00
parent 0de6117ca0
commit a63066bd68
2 changed files with 19 additions and 19 deletions

View File

@@ -1,19 +1,19 @@
JASC-PAL JASC-PAL
0100 0100
16 16
43 21 0 33 17 0
58 29 0 47 24 0
72 36 0 62 31 0
87 43 0 77 39 0
101 50 0 92 46 0
116 58 0 107 53 0
130 65 0 121 61 0
145 72 0 136 68 0
159 80 0 151 75 0
174 87 0 166 83 0
188 94 0 181 90 0
203 101 0 195 97 0
217 109 0 210 105 0
232 116 0 225 112 0
246 123 0 240 119 0
255 128 0 255 127 0

View File

@@ -22,6 +22,9 @@ enum class ScreenFilter : Uint32
class Screen class Screen
{ {
private: private:
// Constantes
static constexpr int WINDOWS_DECORATIONS_ = 35;
// Estructuras // Estructuras
struct FPS struct FPS
{ {
@@ -51,9 +54,6 @@ private:
} }
}; };
// Constantes
static constexpr int WINDOWS_DECORATIONS_ = 35;
// [SINGLETON] Objeto privado // [SINGLETON] Objeto privado
static Screen *screen_; static Screen *screen_;