diff --git a/data/palette/orange-screen.pal b/data/palette/orange-screen.pal index 0183ae0..c707a41 100644 --- a/data/palette/orange-screen.pal +++ b/data/palette/orange-screen.pal @@ -1,19 +1,19 @@ JASC-PAL 0100 16 -43 21 0 -58 29 0 -72 36 0 -87 43 0 -101 50 0 -116 58 0 -130 65 0 -145 72 0 -159 80 0 -174 87 0 -188 94 0 -203 101 0 -217 109 0 -232 116 0 -246 123 0 -255 128 0 +33 17 0 +47 24 0 +62 31 0 +77 39 0 +92 46 0 +107 53 0 +121 61 0 +136 68 0 +151 75 0 +166 83 0 +181 90 0 +195 97 0 +210 105 0 +225 112 0 +240 119 0 +255 127 0 \ No newline at end of file diff --git a/source/screen.h b/source/screen.h index 3d806aa..39b4eb9 100644 --- a/source/screen.h +++ b/source/screen.h @@ -22,6 +22,9 @@ enum class ScreenFilter : Uint32 class Screen { private: + // Constantes + static constexpr int WINDOWS_DECORATIONS_ = 35; + // Estructuras struct FPS { @@ -51,9 +54,6 @@ private: } }; - // Constantes - static constexpr int WINDOWS_DECORATIONS_ = 35; - // [SINGLETON] Objeto privado static Screen *screen_;