Skip to content

Commit

Permalink
Reallign mexes in UEF base.
Browse files Browse the repository at this point in the history
fixes #117
  • Loading branch information
TheKeyBlue authored and speed2CZ committed Aug 31, 2016
1 parent d9f0cd6 commit a1f4789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SCCA_Coop_A05/SCCA_Coop_A05_save.lua
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ Scenario = {
['type'] = STRING( 'Mass' ),
['prop'] = STRING( '/env/common/props/markers/M_Mass_prop.bp' ),
['orientation'] = VECTOR3( 0, -0, 0 ),
['position'] = VECTOR3( 59.5, 22.0078, 373.5 ),
['position'] = VECTOR3( 60.5, 22.0078, 373.5 ),
},
['UEF_M2_Attack_3'] = {
['color'] = STRING( 'ff800080' ),
Expand Down Expand Up @@ -1348,7 +1348,7 @@ Scenario = {
['type'] = STRING( 'Mass' ),
['prop'] = STRING( '/env/common/props/markers/M_Mass_prop.bp' ),
['orientation'] = VECTOR3( 0, -0, 0 ),
['position'] = VECTOR3( 77.8248, 21.9936, 389.261 ),
['position'] = VECTOR3( 77.5, 21.9961, 389.5 ),
},
['Ariel_M3_Attack_Chain_7'] = {
['color'] = STRING( 'ff800080' ),
Expand Down

0 comments on commit a1f4789

Please sign in to comment.