diff options
| author | Kris Parker | 2009-12-13 06:58:53 +0000 |
|---|---|---|
| committer | Kris Parker | 2009-12-13 06:58:53 +0000 |
| commit | 6fe5091fdfdf5a9a0c35b0c0f97c133b128ac5b2 (patch) | |
| tree | dcbe7b5f82c9b008ccc9f8ddb312ce5930ffc061 /common.h | |
| parent | 80ec44c9f1d062de569621874d396602b67095fe (diff) | |
| download | stonesense-6fe5091fdfdf5a9a0c35b0c0f97c133b128ac5b2.tar.gz stonesense-6fe5091fdfdf5a9a0c35b0c0f97c133b128ac5b2.tar.bz2 stonesense-6fe5091fdfdf5a9a0c35b0c0f97c133b128ac5b2.tar.xz | |
Configurable shadow sizes
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -85,6 +85,8 @@ using namespace DFHack; #define COLOR_SEGMENTOUTLINE 0x112211
#define BASE_SHADOW_TILE 160
+#define DEFAULT_SHADOW 4
+#define MAX_SHADOW 7
// this shouldn't change with mods, so should
// be know ahead of time (especially since we
|
