ACF5: Tweak hog coordinates to avoid floating
authorWuzzy <Wuzzy2@mail.ru>
Mon, 17 Jun 2019 00:10:18 +0200
changeset 15166 d2e477eee433
parent 15165 a251d8757e8c
child 15167 9d4a6ab60dec
ACF5: Tweak hog coordinates to avoid floating
share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua
--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua	Sun Jun 16 13:55:32 2019 +0200
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua	Mon Jun 17 00:10:18 2019 +0200
@@ -83,7 +83,7 @@
 
 nativePos = {{887, 329}, {1050, 288}, {1731, 707},
              {830, 342}, {1001, 290}, {773, 340},
-             {953, 305}, {347, 648}, {314, 647}}
+             {953, 314}, {347, 648}, {314, 647}}
 
 nativeDir = {"Right", "Left", "Left", 
              "Right", "Left", "Right", 
@@ -105,7 +105,7 @@
 cyborgPos = {1369, 574}
 cyborgPos2 = {1308, 148}
 
-deployedPos = {2522, 1365}
+deployedPos = {2522, 1372}
 -----------------------------Variables---------------------------------
 natives = {}
 nativeDead = {}
@@ -819,7 +819,7 @@
   table.insert(wave3DeadAnim, {func = AnimWait, args = {deployedHog, 100}})
   table.insert(wave3DeadAnim, {func = AnimSay, args = {deployedHog, loc("Where are they?!"), SAY_THINK, 3000}})
   table.insert(wave3DeadAnim, {func = AnimCustomFunction, args = {deployedHog, RestoreCyborg, {}}})
-  table.insert(wave3DeadAnim, {func = AnimOutOfNowhere, args = {cyborg, 4040, 782}})
+  table.insert(wave3DeadAnim, {func = AnimOutOfNowhere, args = {cyborg, 4040, 790}})
   table.insert(wave3DeadAnim, {func = AnimSay, args = {cyborg, loc("These primitive people are so funny!"), SAY_THINK, 6500}})
   table.insert(wave3DeadAnim, {func = AnimMove, args = {cyborg, "Right", 4060, 0, 7000}})
   table.insert(wave3DeadAnim, {func = AnimSwitchHog, args = {deployedHog}})