mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-05 16:25:45 -04:00
sprites: new armour pickups. (#860)
* sprites: new armour pickups. At this point they're not really just "vests" anymore so I've changed the pickup message as well. * sprites: darken armor pickup shadows. The darkest bits were far too light, making the sprites look floaty and billboardy compared to typical (Free)Doom assets.
This commit is contained in:
parent
3841a053f9
commit
8d8da049f7
6 changed files with 6 additions and 6 deletions
|
@ -142,8 +142,8 @@ STARTUP5========================================================================
|
|||
#else
|
||||
STARTUP5============================================================================\nThis is Freedoom, the free content first person shooter.\n\nFreedoom is freely redistributable under the terms of the modified BSD\nlicense. Check out the Freedoom website for more information:\n\n https://freedoom.github.io/\n============================================================================
|
||||
#endif
|
||||
GOTARMOR = Picked up a light armor vest.
|
||||
GOTMEGA = Picked up a heavy armor vest.
|
||||
GOTARMOR = Picked up some basic infantry armor.
|
||||
GOTMEGA = Picked up some heavy assault armor.
|
||||
GOTHTHBONUS = Got a 1% health bonus.
|
||||
GOTARMBONUS = Got a 1% armor bonus.
|
||||
GOTSTIM = Picked up a small health pack.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue