Change sky colour

This commit is contained in:
Camden Dixie O'Brien
2025-09-22 20:17:28 +01:00
parent fb09a5553e
commit fe5055f161

View File

@@ -32,7 +32,7 @@ typedef struct {
static const vec3_t up = { 0.0, 1.0, 0.0 }; static const vec3_t up = { 0.0, 1.0, 0.0 };
static const vec3_t lightblue = { 0.4, 0.6, 1.0 }; static const vec3_t lightblue = { 0.6, 0.7, 1.0 };
static const vec3_t white = { 1.0, 1.0, 1.0 }; static const vec3_t white = { 1.0, 1.0, 1.0 };
static const vec3_t black = { 0.0, 0.0, 0.0 }; static const vec3_t black = { 0.0, 0.0, 0.0 };