mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- added menu option for sprite display on automap.
This commit is contained in:
parent
7006df8d96
commit
897a17309b
1 changed files with 9 additions and 0 deletions
|
@ -912,6 +912,14 @@ OptionValue MaplabelTypes
|
|||
2, "Not for hubs"
|
||||
}
|
||||
|
||||
OptionValue STSTypes
|
||||
{
|
||||
0, "Off"
|
||||
1, "Front"
|
||||
2, "Animated"
|
||||
3, "Rotated"
|
||||
}
|
||||
|
||||
OptionMenu AutomapOptions
|
||||
{
|
||||
Title "AUTOMAP OPTIONS"
|
||||
|
@ -934,6 +942,7 @@ OptionMenu AutomapOptions
|
|||
Option "Draw map background", "am_drawmapback", "OnOff"
|
||||
Option "Show keys (cheat)", "am_showkeys", "OnOff"
|
||||
Option "Show trigger lines", "am_showtriggerlines", "OnOff"
|
||||
Option "Show things as sprites", "am_showthingsprites", "STSTypes"
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue