diff options
| author | Japa Illo | 2012-02-27 10:15:44 +0530 |
|---|---|---|
| committer | Japa Illo | 2012-02-27 10:15:44 +0530 |
| commit | 09476326db2b0613e6120fa83146e004b6d92dda (patch) | |
| tree | 6857357eafed9ad5538309066359524748243d85 /commonTypes.h | |
| parent | 19fceb7d4d054dce28c1266b1d0d705dc72bb4f4 (diff) | |
| download | stonesense-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.h | 8 |
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
{
|
