Skip to content

Commit

Permalink
Fix the collision box of campaign-related units (FAForever#5933)
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored Feb 24, 2024
1 parent 0b65e08 commit f303b2a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions units/OPC1002/OPC1002_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ UnitBlueprint {
},
SelectionThickness = 0.2,
SizeX = 0.45,
SizeY = 0.4,
SizeZ = 0.9,
SizeY = 0.5,
SizeZ = 1.0,
StrategicIconName = 'icon_land_generic',
StrategicIconSortPriority = 207,
Transport = {
Expand Down
2 changes: 1 addition & 1 deletion units/OPE6003/OPE6003_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ UnitBlueprint {
SelectionSizeZ = 0.6,
SelectionThickness = 0.68,
SizeX = 0.45,
SizeY = 0.4,
SizeY = 0.5,
SizeZ = 0.9,
StrategicIconName = 'icon_land_generic',
StrategicIconSortPriority = 207,
Expand Down
2 changes: 1 addition & 1 deletion units/UEC0001/UEC0001_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ UnitBlueprint {
SelectionSizeZ = 0.65,
SelectionThickness = 0.58,
SizeX = 0.45,
SizeY = 0.4,
SizeY = 0.5,
SizeZ = 0.9,
StrategicIconName = 'icon_land_generic',
StrategicIconSortPriority = 125,
Expand Down
2 changes: 1 addition & 1 deletion units/URC0001/URC0001_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ UnitBlueprint {
SelectionSizeZ = 0.55,
SelectionThickness = 0.65,
SizeX = 0.45,
SizeY = 0.4,
SizeY = 0.5,
SizeZ = 0.9,
StrategicIconName = 'icon_land_generic',
StrategicIconSortPriority = 125,
Expand Down
2 changes: 1 addition & 1 deletion units/UXL0021/UXL0021_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ UnitBlueprint{
TurnRate = 180,
},
SizeX = 0.5,
SizeY = 0.3,
SizeY = 0.5,
SizeZ = 0.5,
Weapon = {
{
Expand Down
4 changes: 2 additions & 2 deletions units/ope2003/OPE2003_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ UnitBlueprint {
},
SelectionThickness = 0.38,
SizeX = 0.45,
SizeY = 0.4,
SizeZ = 0.9,
SizeY = 0.5,
SizeZ = 1.0,
StrategicIconName = 'icon_land_generic',
StrategicIconSortPriority = 207,
Transport = {
Expand Down

0 comments on commit f303b2a

Please sign in to comment.