hedgewars/uVariables.pas
changeset 12163 9b5748fa7974
parent 12158 4d1250ca68ac
child 12189 31184d9b9bfc
--- a/hedgewars/uVariables.pas	Wed Apr 05 17:26:59 2017 +0200
+++ b/hedgewars/uVariables.pas	Wed Apr 05 17:28:46 2017 +0200
@@ -2592,6 +2592,25 @@
         LAND_HEIGHT_MASK:= $FFFFF800
         end;
 
+    // default water
+    WaterColorArray[0].r := 52;
+    WaterColorArray[0].g := 60;
+    WaterColorArray[0].b := 125;
+    WaterColorArray[0].a := 255;
+    WaterColorArray[2]:= WaterColorArray[0];
+    WaterColorArray[4]:= WaterColorArray[0];
+    WaterColorArray[6]:= WaterColorArray[0];
+    // water surface
+    WaterColorArray[1].r := 84;
+    WaterColorArray[1].g := 92;
+    WaterColorArray[1].b := 157;
+    WaterColorArray[1].a := 255;
+    WaterColorArray[3]:= WaterColorArray[1];
+    WaterColorArray[5]:= WaterColorArray[1];
+    WaterColorArray[7]:= WaterColorArray[1];
+
+    WaterOpacity:= $80;
+
     // default sudden death water
 
     // deep water