Add control of season to GUI to be set in-sim.
This commit is contained in:
parent
3c96ce8a30
commit
680362337c
1 changed files with 28 additions and 1 deletions
|
@ -196,7 +196,7 @@
|
||||||
<group>
|
<group>
|
||||||
<layout>hbox</layout>
|
<layout>hbox</layout>
|
||||||
<text>
|
<text>
|
||||||
<label>Scenery objects</label>
|
<label>Scenery</label>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
</text>
|
</text>
|
||||||
<hrule>
|
<hrule>
|
||||||
|
@ -204,6 +204,33 @@
|
||||||
</hrule>
|
</hrule>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
|
<group>
|
||||||
|
<layout>hbox</layout>
|
||||||
|
<text>
|
||||||
|
<label>Season (ground textures): </label>
|
||||||
|
<halign>left</halign>
|
||||||
|
</text>
|
||||||
|
<empty>
|
||||||
|
<stretch>true</stretch>
|
||||||
|
</empty>
|
||||||
|
<combo>
|
||||||
|
<name>season</name>
|
||||||
|
<halign>left</halign>
|
||||||
|
<live>true</live>
|
||||||
|
<property>/sim/startup/season</property>
|
||||||
|
<value>summer</value>
|
||||||
|
<value>winter</value>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-apply</command>
|
||||||
|
<object-name>season</object-name>
|
||||||
|
</binding>
|
||||||
|
</combo>
|
||||||
|
<empty>
|
||||||
|
<stretch>true</stretch>
|
||||||
|
</empty>
|
||||||
|
|
||||||
|
</group>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<label>Animated jetways</label>
|
<label>Animated jetways</label>
|
||||||
|
|
Loading…
Reference in a new issue