1
0
Fork 0

Add control of season to GUI to be set in-sim.

This commit is contained in:
Stuart Buchanan 2012-07-06 20:11:51 +01:00
parent 3c96ce8a30
commit 680362337c

View file

@ -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>