update data sln; 4-wide bibs

This commit is contained in:
Chris Forbes
2010-02-06 09:16:08 +13:00
parent 5b702b76cf
commit 848c927a81
4 changed files with 48 additions and 19 deletions

View File

@@ -5,8 +5,8 @@ namespace OpenRa
{
static class Smudge
{
const int firstScorch = 11;
const int firstCrater = 17;
const int firstScorch = 19;
const int firstCrater = 25;
const int framesPerCrater = 5;
public static void AddSmudge(this Map map, bool isCrater, int x, int y)