OSDN Git Service

Update zdefs.acs with shadow and subtract styles.
[zandronum/zandronum-acc.git] / zdefs.acs
index 9776703..d65a277 100644 (file)
--- a/zdefs.acs
+++ b/zdefs.acs
@@ -1,4 +1,3 @@
-\r
 //**************************************************************************\r
 //**\r
 //** zdefs.acs\r
 #define APROP_MeleeRange       38\r
 #define APROP_ViewHeight       39\r
 #define APROP_AttackZOffset    40\r
+#define APROP_StencilColor     41\r
 \r
 // Render Styles ------------------------------------------------------------\r
 \r
 #define STYLE_Normal           1       // Normal; just copy the image to the screen\r
 #define STYLE_Fuzzy                    2       // Draw silhouette using "fuzz" effect\r
 #define STYLE_SoulTrans                3       // Draw translucent with amount in r_transsouls\r
-#define STYLE_OptFuzzy         4       // Draw as fuzzy or translucent, based on user preference\r
+#define STYLE_OptFuzzy         4       // Draw as fuzzy, translucent or shadow, based on user preference\r
 #define STYLE_Stencil          5       // Draw as solid color\r
 #define STYLE_Translucent      64      // Draw translucent\r
 #define STYLE_Add                      65      // Draw additive\r
 #define STYLE_Shaded           66      // \r
 #define STYLE_TranslucentStencil 67\r
+#define STYLE_Shadow           68      // Draw dark translucent stencil\r
+#define STYLE_Subtract  69  // Draw subtractive\r
 \r
 // Properties you can use with GetLevelInfo() -------------------------------\r
 \r