Skip to content

Commit

Permalink
fix: fix refinery stone floor size
Browse files Browse the repository at this point in the history
  • Loading branch information
leia-uwu committed Sep 14, 2023
1 parent 69ab975 commit 0296dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/definitions/buildings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ export const Buildings = new ObjectDefinitions<BuildingDefinition>([
},
{
type: "stone",
hitbox: new RectangleHitbox(v(-53, -40), v(120, 80))
hitbox: new RectangleHitbox(v(-53, -40), v(123, 83))
}
],
obstacles: [
Expand Down

0 comments on commit 0296dc1

Please sign in to comment.