- added menu option for sprite display on automap.

This commit is contained in:
Christoph Oelckers 2013-07-25 17:22:45 +02:00
parent 7006df8d96
commit 897a17309b
1 changed files with 9 additions and 0 deletions

View File

@ -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"
}
//-------------------------------------------------------------------------------------------