Statusbarscale: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jblade (talk | contribs)
New page: Holds the scale of the player's status bars - decreases by a certain amount when you change it in the game menu. The values are as follows: <pre> 100 (Full size) 92 84 76 68 60 52 44 37 (s...
 
No edit summary
Line 1: Line 1:
Holds the scale of the player's status bars - decreases by a certain amount when you change it in the game menu. The values are as follows:
Holds the scale of the player's status bars - decreases by a certain amount when you change it in the game menu. The values normally avaliable are as follows:
<pre>
<pre>
100 (Full size)
100 (Full size)
Line 11: Line 11:
37 (smallest size)
37 (smallest size)
</pre>
</pre>
Any lower value can be choosen, including zero. Zero will make the status bar disapper, but the screen height will possibly increase.
[[Category:Userdef structure members]]
[[Category:Userdef structure members]]

Revision as of 06:31, 16 April 2008

Holds the scale of the player's status bars - decreases by a certain amount when you change it in the game menu. The values normally avaliable are as follows:

100 (Full size)
92
84
76
68
60
52
44
37 (smallest size)

Any lower value can be choosen, including zero. Zero will make the status bar disapper, but the screen height will possibly increase.