Skip to content

Commit

Permalink
Ensure that the hitboxes of all mobile flaks align with their models
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored Mar 13, 2024
1 parent 6465fe9 commit d72af01
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions units/UAL0205/UAL0205_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ UnitBlueprint{
SelectionSizeX = 0.55,
SelectionSizeZ = 0.65,
SelectionThickness = 0.56,
CollisionOffsetZ = 0,
CollisionOffsetZ = 0.05,
CollisionOffsetY = -0.1,
SizeX = 1.0,
SizeY = 0.5,
SizeZ = 0.9,
SizeZ = 1,
StrategicIconName = "icon_land2_antiair",
StrategicIconSortPriority = 125,
Transport = { TransportClass = 2 },
Expand Down
2 changes: 1 addition & 1 deletion units/UEL0205/UEL0205_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ UnitBlueprint{
SelectionThickness = 0.66,
SizeX = 0.7,
SizeY = 0.5,
SizeZ = 0.9,
SizeZ = 1,
StrategicIconName = "icon_land2_antiair",
StrategicIconSortPriority = 125,
Transport = { TransportClass = 2 },
Expand Down
4 changes: 2 additions & 2 deletions units/URL0205/URL0205_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ UnitBlueprint{
SelectionSizeX = 0.5,
SelectionSizeZ = 0.65,
SelectionThickness = 0.6,
SizeX = 0.7,
SizeX = 0.8,
SizeY = 0.7,
SizeZ = 0.9,
SizeZ = 1,
StrategicIconName = "icon_land2_antiair",
StrategicIconSortPriority = 125,
Transport = { TransportClass = 2 },
Expand Down
3 changes: 2 additions & 1 deletion units/XSL0205/XSL0205_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,10 @@ UnitBlueprint{
SelectionSizeZ = 0.8,
SelectionThickness = 0.5,
CollisionOffsetY = 0.1,
CollisionOffsetZ = 0.05,
SizeX = 0.8,
SizeY = 0.75,
SizeZ = 1.0,
SizeZ = 1.1,
StrategicIconName = "icon_land2_antiair",
StrategicIconSortPriority = 125,
Transport = { TransportClass = 2 },
Expand Down

0 comments on commit d72af01

Please sign in to comment.