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>
|
||||
<layout>hbox</layout>
|
||||
<text>
|
||||
<label>Scenery objects</label>
|
||||
<label>Scenery</label>
|
||||
<halign>left</halign>
|
||||
</text>
|
||||
<hrule>
|
||||
|
@ -204,6 +204,33 @@
|
|||
</hrule>
|
||||
</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>
|
||||
<halign>left</halign>
|
||||
<label>Animated jetways</label>
|
||||
|
|
Loading…
Reference in a new issue