1
0
forked from 0ad/0ad

Removed credits roll from main logo - it was too annoying to click it accidentally cause there was no way to get out.

This was SVN commit r6217.
This commit is contained in:
Matei 2008-07-12 19:21:22 +00:00
parent f6ac13c15a
commit cc62b4196a

View File

@ -241,9 +241,12 @@
style="pgButton"
type="button"
size="21.1914062% 3.125% 48.0664062% 31.5104166%"
tooltip="Click this logo to roll credits."
tooltip=""
>
<action on="Press"><![CDATA[
// This used to roll credits, but that was annoying when you clicked it by
// mistake because there was no way to get out of credits. Do nothing for now.
/*
// Get credits text.
var creditsArray = readFileLines("gui/text/credits.txt");
@ -266,6 +269,7 @@
// Open the credits screen.
openMainMenuSubWindow ("pgCredits");
*/
]]></action>
</object>