Animated Mission Selection

Issue #55 resolved
Zack K. created an issue

I actually made it for you :), it just has to be implemented.

Oh and if you're wondering how the hell can people click on it, I'm pretty sure you can just make the GIF a background to a div and then just have transparent divs over GDI and NOD. I also checked in game, all it does is loop the animation and loop the sound I'll get the sound too and add it to this so you know which sound to use.

This patch with the new image containing the text on the bottom and the center cut out should work just fine, make sure to pay attention to the new styles I changed as well. :)

<div id="select-campaign-menu-div" class="game-menu select-transmission" style="width: 953px; height: 796px; top: 0px; left: 0px; display: block;">

<input type="image" class="gdi-campaign" value=" " src="images/blank.gif">
<input type="image" src="images/blank.gif" value=" " class="nod-campaign">
<img src="UPLOADED IMAGE WITH CUTOUT" height="100%" width="100%" style="position: relative; margin-top: -200px;">

</div>
.select-transmission {
margin-top: 160px;
background-image: url(GIF IMAGE HERE);
}

Comments (7)

  1. Aditya Ravi Shankar repo owner

    Cool.... I think I can push it in the next patch along with the Firefox related bug fixes .... :)

  2. Aditya Ravi Shankar repo owner

    hehe... done... will be out in next release.... but that sound is super irritating to listen to... :)

  3. Log in to comment