- fixed: The ChexPlayer was missing default colorset definitions.

SVN r2197 (trunk)
This commit is contained in:
Christoph Oelckers 2010-03-06 09:10:40 +00:00
parent 47a835698a
commit 017fc7bd6a

View file

@ -16,4 +16,14 @@ actor ChexPlayer : DoomPlayer
player.WeaponSlot 5, ZorchPropulsor
player.WeaponSlot 6, PhasingZorcher
player.WeaponSlot 7, LAZDevice
Player.Colorset 0, "Light Blue", 0xC0, 0xCF, 0xC2
Player.Colorset 1, "Green", 0x70, 0x7F, 0x72
Player.Colorset 2, "Gray", 0x60, 0x6F, 0x62
Player.Colorset 3, "Brown", 0x40, 0x4F, 0x42
Player.Colorset 4, "Red", 0x20, 0x2F, 0x22
Player.Colorset 5, "Light Gray", 0x58, 0x67, 0x5A
Player.Colorset 6, "Light Brown", 0x38, 0x47, 0x3A
Player.Colorset 7, "Light Red", 0xB0, 0xBF, 0xB2
}