Add missing water transparency performance options

master
Ansariel 2021-06-08 19:48:03 +02:00
parent c463d9dcc8
commit de69fdc2ed
2 changed files with 10 additions and 0 deletions

View File

@ -48,6 +48,8 @@
Wasserreflexionen:
</text>
<combo_box initial_value="true" label="Wasserreflexionen" name="Reflections">
<combo_box.item label="Keine (undurchsichtig)" name="-2"/>
<combo_box.item label="Keine (transparent)" name="-1"/>
<combo_box.item label="Minimal" name="0"/>
<combo_box.item label="Terrain und Bäume" name="1"/>
<combo_box.item label="Alle statischen Objekte" name="2"/>

View File

@ -379,6 +379,14 @@
top_pad ="3"
name="Reflections"
width="150">
<combo_box.item
label="None (opaque)"
name="-2"
value="-2"/>
<combo_box.item
label="None (transparent)"
name="-1"
value="-1"/>
<combo_box.item
label="Minimal"
name="0"