1
0
forked from 0ad/0ad

Show chat message when the developer console is opened or closed. (For SHIFT-D hotkey)

This was SVN commit r8377.
This commit is contained in:
WhiteTreePaladin 2010-10-16 19:57:26 +00:00
parent 86cb0db407
commit 468816aaea

View File

@ -99,7 +99,7 @@
<object name="devCommands" size="100%-156 72 100%-16 200" type="image" sprite="devCommandsBackground"
hidden="true" hotkey="session.devcommands.toggle">
<action on="Press">
this.hidden = !this.hidden;
toggleDeveloperOverlay();
</action>
<object size="0 0 100%-18 16" type="text" style="devCommandsText">Control all units</object>