summaryrefslogtreecommitdiff
path: root/commonTypes.h
diff options
context:
space:
mode:
authorJapa Illo2012-02-27 10:15:44 +0530
committerJapa Illo2012-02-27 10:15:44 +0530
commit09476326db2b0613e6120fa83146e004b6d92dda (patch)
tree6857357eafed9ad5538309066359524748243d85 /commonTypes.h
parent19fceb7d4d054dce28c1266b1d0d705dc72bb4f4 (diff)
downloadstonesense-09476326db2b0613e6120fa83146e004b6d92dda.tar.gz
stonesense-09476326db2b0613e6120fa83146e004b6d92dda.tar.bz2
stonesense-09476326db2b0613e6120fa83146e004b6d92dda.tar.xz
Added ability to color sprites according to specific items of clothing
Diffstat (limited to 'commonTypes.h')
-rw-r--r--commonTypes.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/commonTypes.h b/commonTypes.h
index a68b0ab..2fb36ca 100644
--- a/commonTypes.h
+++ b/commonTypes.h
@@ -19,7 +19,13 @@ enum ShadeBy
ShadeJob,
ShadeBlood,
ShadeBuilding,
- ShadeGrass
+ ShadeGrass,
+ ShadeWeapon,
+ ShadeArmor,
+ ShadeShoes,
+ ShadeShield,
+ ShadeHelm,
+ ShadeGloves
} ;
struct t_subSprite
{