equal
deleted
inserted
replaced
1 (* |
1 (* |
2 * Hedgewars, a worms-like game |
2 * Hedgewars, a worms-like game |
3 * Copyright (c) 2004, 2005 Andrey Korotaev <unC0Rr@gmail.com> |
3 * Copyright (c) 2004, 2005, 2006 Andrey Korotaev <unC0Rr@gmail.com> |
4 * |
4 * |
5 * Distributed under the terms of the BSD-modified licence: |
5 * Distributed under the terms of the BSD-modified licence: |
6 * |
6 * |
7 * Permission is hereby granted, free of charge, to any person obtaining a copy |
7 * Permission is hereby granted, free of charge, to any person obtaining a copy |
8 * of this software and associated documentation files (the "Software"), to deal |
8 * of this software and associated documentation files (the "Software"), to deal |
56 cScreenHeight : integer = 768; |
56 cScreenHeight : integer = 768; |
57 cBits : integer = 16; |
57 cBits : integer = 16; |
58 cWaterLine : integer = 1024; |
58 cWaterLine : integer = 1024; |
59 cVisibleWater : integer = 64; |
59 cVisibleWater : integer = 64; |
60 cScreenEdgesDist : integer = 240; |
60 cScreenEdgesDist : integer = 240; |
|
61 cTeamHealthWidth : integer = 128; |
61 |
62 |
62 GameTicks : LongWord = 0; |
63 GameTicks : LongWord = 0; |
63 |
64 |
64 cSkyColor : Cardinal = 0; |
65 cSkyColor : Cardinal = 0; |
65 cWaterColor : Cardinal = $32397A; |
66 cWaterColor : Cardinal = $32397A; |