wow, i suck.

This commit is contained in:
Chris Forbes
2009-11-05 21:15:17 +13:00
parent 33e6cb70ea
commit d385a89283
2 changed files with 6 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ namespace OpenRa.Game.Graphics
channel = NextChannel(channel); channel = NextChannel(channel);
} }
rowHeight = 0; rowHeight = imageSize.Height;
p = new Point(0,0); p = new Point(0,0);
} }

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- openra/sequences.xml <!-- openra/sequences.xml
this file describes animation sequences for structures and units. this file describes animation sequences for structures and units.
@@ -500,4 +500,7 @@
<sequence name="idle" start="0" length="32" /> <sequence name="idle" start="0" length="32" />
<sequence name="rotor" start="0" length="4" src="lrotor" /> <sequence name="rotor" start="0" length="4" src="lrotor" />
</unit> </unit>
</sequences> <unit name="v2">
<sequence name="idle" start="0" length="32" />
</unit>
</sequences>