1
0
forked from 0ad/0ad

Add 'pause' command back into new session GUI

This was SVN commit r7523.
This commit is contained in:
Ykkrosh 2010-05-09 01:13:56 +00:00
parent 145a4b65aa
commit 1738da1c3e

View File

@ -35,7 +35,7 @@
</object>
<!-- Dev/cheat commands -->
<object size="100%-170 32 100%-16 128" type="image" sprite="devCommandsBackground">
<object size="100%-170 32 100%-16 144" type="image" sprite="devCommandsBackground">
<object size="0 0 100%-18 16" type="text" style="devCommandsText">Control all units</object>
<object size="100%-16 0 100% 16" type="checkbox" name="devControlAll" style="wheatCrossBox"/>
@ -61,6 +61,11 @@
<object size="100%-16 80 100% 96" type="checkbox" style="wheatCrossBox" checked="true" hotkey="music.toggle">
<action on="Press">if (this.checked) startMusic(); else stopMusic();</action>
</object>
<object size="0 96 100%-18 112" type="text" style="devCommandsText">Pause game</object>
<object size="100%-16 96 100% 112" type="checkbox" style="wheatCrossBox" hotkey="pause">
<action on="Press">setPaused(this.checked);</action>
</object>
</object>
<!-- Debug text -->