Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Attributes | |
const byte | None = 0 |
const byte | RedPaint = 1 |
const byte | OrangePaint = 2 |
const byte | YellowPaint = 3 |
const byte | LimePaint = 4 |
const byte | GreenPaint = 5 |
const byte | TealPaint = 6 |
const byte | CyanPaint = 7 |
const byte | SkyBluePaint = 8 |
const byte | BluePaint = 9 |
const byte | PurplePaint = 10 |
const byte | VioletPaint = 11 |
const byte | PinkPaint = 12 |
const byte | DeepRedPaint = 13 |
const byte | DeepOrangePaint = 14 |
const byte | DeepYellowPaint = 15 |
const byte | DeepLimePaint = 16 |
const byte | DeepGreenPaint = 17 |
const byte | DeepTealPaint = 18 |
const byte | DeepCyanPaint = 19 |
const byte | DeepSkyBluePaint = 20 |
const byte | DeepBluePaint = 21 |
const byte | DeepPurplePaint = 22 |
const byte | DeepVioletPaint = 23 |
const byte | DeepPinkPaint = 24 |
const byte | BlackPaint = 25 |
const byte | WhitePaint = 26 |
const byte | GrayPaint = 27 |
const byte | BrownPaint = 28 |
const byte | ShadowPaint = 29 |
const byte | NegativePaint = 30 |
const byte | IlluminantPaint = 31 |
const byte | Old_IlluminantPaint = 31 |
Definition at line 3 of file PaintID.cs.