Skip to content

Commit

Permalink
Further improve the Chariot's hitbox (#6195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored May 20, 2024
1 parent 465b652 commit 4f042bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog/snippets/fix.6195.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- (#6195) Better match the Chariot's (Aeon Tech 1 transport) hitbox to its model.
4 changes: 2 additions & 2 deletions units/UAA0107/UAA0107_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ UnitBlueprint{
SelectionSizeX = 0.9,
SelectionSizeZ = 0.9,
SelectionThickness = 0.43,
CollisionOffsetY = -0.25,
CollisionOffsetY = -0.5,
CollisionOffsetZ = 0,
SizeX = 2.2,
SizeY = 1.3,
SizeY = 1.4,
SizeZ = 2.2,
StrategicIconName = "icon_gunship1_transport",
StrategicIconSortPriority = 65,
Expand Down

0 comments on commit 4f042bf

Please sign in to comment.