hedgewars/uConsts.pas
changeset 15585 f8c1492601fe
parent 15582 6a38a30e772a
child 15597 6e72bd61002e
--- a/hedgewars/uConsts.pas	Wed May 27 00:02:20 2020 +0200
+++ b/hedgewars/uConsts.pas	Wed May 27 01:24:50 2020 +0200
@@ -195,6 +195,7 @@
 
     cBorderWidth = 6; // width of indestructible border
                       // width of 3 allowed hogs to be knocked through with grenade
+    cCloudOffset = 1184; // Y offset for clouds (cloud height = LAND_HEIGHT-cCloudOffset)
 
     cHHRadius = 9; // hedgehog radius
     cHHStepTicks = 29;