1
0
forked from 0ad/0ad

Commenting and disabling unimplemented features

This was SVN commit r6428.
This commit is contained in:
freenity 2008-10-18 17:52:32 +00:00
parent 88cebcf482
commit 02ce159934

View File

@ -133,7 +133,8 @@
size="24.609375% 28.90625% 49.609375% 62.2395833%"
sprite_over="pgCampaignsOver"
sprite_disabled="pgCampaignsDisabled"
tooltip="Want to play a campaign? Tough luck, buddy! That's right, go cry on your mamma's shoulder."
tooltip="Want to play a campaign? Tough luck, buddy! That's right, go cry on your mamma's shoulder."
enabled="false"
>
<action on="Press"><![CDATA[
openMainMenuSubWindow ("pgCampaigns");
@ -201,7 +202,8 @@
size="74.7070312% 42.0572916% 99.7070312% 75.390625%"
sprite_over="pgOptionsOver"
sprite_disabled="pgOptionsDisabled"
tooltip="This will take you to the options menu. It does not work now, but someday it might."
tooltip="This will take you to the options menu. It does not work now, but someday it might."
enabled="false"
>
<action on="Press"><![CDATA[
// Open Options window.
@ -695,7 +697,8 @@ A large landmass with rivers, forests and coastal fishing grounds.
<object name="pgSessionSetupMoreMaps"
style="wheatButton"
type="button"
size="100%-135 100%-30 100%-5 100%-5"
size="100%-135 100%-30 100%-5 100%-5"
enabled="false"
>
Get more maps
</object>
@ -783,14 +786,15 @@ A large landmass with rivers, forests and coastal fishing grounds.
- GAME SETTINGS
==========================================
-->
<!-- NOT IMPLEMENTED YET
<object name="pgSessionSetupGrpGameSettings"
style="wheatBorderBlack"
type="image"
size="33%+10 50%+30 67%-5 100%-10"
>
<object name="pgSessionSetupGameModeTxt"
type="text"
size="5 10 100 35"
@ -857,7 +861,8 @@ A large landmass with rivers, forests and coastal fishing grounds.
/>
</object>
</object>
-->
<!--
==========================================