]> git.localhorst.tv Git - l2e.git/commitdiff
removed useless whitespace from test.l2s
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 22 Jan 2013 13:16:48 +0000 (07:16 -0600)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 22 Jan 2013 13:16:48 +0000 (07:16 -0600)
test-data/test.l2s

index 24f4bb25eebb741d68960fce76d827768b51a2f6..944a14992464733d3b59f1daa99733646cccdbf2 100644 (file)
@@ -433,7 +433,7 @@ export BattleResources battleResources {
                image: :"move-icons.png",
                size: <32,32>
        },
-       
+
        titleFrame: Frame {
                image: :"title-frame.png",
                border: <16,16>
@@ -445,7 +445,7 @@ export BattleResources battleResources {
                },
                rowoffset: -2
        },
-       
+
        numberAnimationPrototype: ComplexAnimation {
                frametime: frameTime,
                repeat: false,
@@ -496,7 +496,7 @@ export BattleResources battleResources {
                image: :"big-green-numbers.png",
                size: <16,32>
        },
-       
+
        heroTagLabels: Sprite {
                image: :"hero-tag-sprites.png",
                size: <32,16>
@@ -518,7 +518,7 @@ export BattleResources battleResources {
                },
                rowoffset: -3
        },
-       
+
        activeHeroTagFrame: Frame {
                image: :"tag-frames.png",
                border: <16,16>
@@ -528,7 +528,7 @@ export BattleResources battleResources {
                border: <16,16>,
                offset: < 0,33>
        },
-       
+
        smallHeroTagFrame: Frame {
                image: :"small-tag-frame.png",
                border: <8,16>
@@ -539,7 +539,7 @@ export BattleResources battleResources {
                offset: <0,33>
        },
        heroesBgColor: (24, 40, 49),
-       
+
        healthGauge: Gauge {
                image: :"gauges.png",
                full:  <0,16>,
@@ -567,7 +567,7 @@ export BattleResources battleResources {
                repeat:  1,
                end:     6
        },
-       
+
        selectFrame: Frame {
                image: :"select-frame.png",
                border: <16,16>
@@ -578,7 +578,7 @@ export BattleResources battleResources {
                image: :"cursor-hand.png",
                size: <32,32>
        },
-       
+
        weaponTargetCursor: Sprite {
                image: :"targeting-icons.png",
                size: <32,32>
@@ -593,14 +593,14 @@ export BattleResources battleResources {
                size: <32,32>,
                offset: <0,64>
        },
-       
+
        weaponMenuIcon: swordIcon,
        armorMenuIcon: armorIcon,
        shieldMenuIcon: shieldIcon,
        helmetMenuIcon: helmetIcon,
        ringMenuIcon: ringIcon,
        jewelMenuIcon: jewelIcon,
-       
+
        spellMenuHeadline: "Please choose a spell.",
        spellMenuProperties: MenuProperties {
                font: normalFont,
@@ -615,7 +615,7 @@ export BattleResources battleResources {
                charsPerNumber: 2,
                delimiter: ":"
        },
-       
+
        itemMenuHeadline: "Please choose an item.",
        itemMenuProperties: MenuProperties {
                font: normalFont,
@@ -630,7 +630,7 @@ export BattleResources battleResources {
                charsPerNumber: 2,
                delimiter: ":"
        },
-       
+
        ikariMenuHeadline: "Please choose equipment.",
        ikariMenuProperties: MenuProperties {
                font: normalFont,
@@ -646,7 +646,7 @@ export BattleResources battleResources {
                additionalTextGap: 16
        },
        noEquipmentText: "No equip",
-       
+
        escapeText: "Escapes."
 }