Make it psosible to select either the 2d ot the 3d hud
This commit is contained in:
parent
6f9792af13
commit
4ed9012233
2 changed files with 22 additions and 10 deletions
|
@ -114,6 +114,8 @@
|
|||
<enable-sound-desc>Enable sound effects</enable-sound-desc>
|
||||
<disable-anti-alias-hud-desc>Disable anti-aliased HUD</disable-anti-alias-hud-desc>
|
||||
<enable-anti-alias-hud-desc>Enable anti-aliased HUD</enable-anti-alias-hud-desc>
|
||||
<disable-hud-3d-desc>Disable 3D HUD</disable-hud-3d-desc>
|
||||
<enable-hud-3d-desc>Enable 3D HUD</enable-hud-3d-desc>
|
||||
|
||||
<!-- Aircraft options -->
|
||||
<aircraft-options>Aircraft</aircraft-options>
|
||||
|
|
30
options.xml
30
options.xml
|
@ -175,16 +175,6 @@
|
|||
<section>
|
||||
<name>strings/features-options</name>
|
||||
|
||||
<option>
|
||||
<name>disable-hud</name>
|
||||
<description>strings/disable-hud-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>enable-hud</name>
|
||||
<description>strings/enable-hud-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>disable-panel</name>
|
||||
<description>strings/disable-panel-desc</description>
|
||||
|
@ -205,6 +195,16 @@
|
|||
<description>strings/enable-sound-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>disable-hud</name>
|
||||
<description>strings/disable-hud-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>enable-hud</name>
|
||||
<description>strings/enable-hud-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>disable-anti-alias-hud</name>
|
||||
<description>strings/disable-anti-alias-hud-desc</description>
|
||||
|
@ -215,6 +215,16 @@
|
|||
<description>strings/enable-anti-alias-hud-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>disable-hud-3d</name>
|
||||
<description>strings/disable-hud-3d-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>enable-hud-3d</name>
|
||||
<description>strings/enable-hud-3d-desc</description>
|
||||
</option>
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
|
Loading…
Reference in a new issue