Skip to content

Commit

Permalink
Update init.luau
Browse files Browse the repository at this point in the history
  • Loading branch information
nightcycle authored Aug 4, 2024
1 parent 8d05339 commit b47cdac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ do
local UV_TORSO_DEPTH = 98
local UV_UPPER_TORSO_HEIGHT = 350-152
local UV_LOWER_TORSO_HEIGHT = 415-349
local UV_TORSO_FRONTRIGHT_CORNER_X = 4
local UV_TORSO_FRONTLEFT_CORNER_X = UV_TORSO_FRONTRIGHT_CORNER_X + UV_TORSO_WIDTH
local UV_TORSO_FRONTRIGHT_CORNER_X = 4-1
local UV_TORSO_FRONTLEFT_CORNER_X = UV_TORSO_FRONTRIGHT_CORNER_X + UV_TORSO_WIDTH+1
local UV_TORSO_BACKLEFT_CORNER_X = UV_TORSO_FRONTLEFT_CORNER_X + UV_TORSO_DEPTH-UV_GAP
local UV_TORSO_BACKRIGHT_CORNER_X = UV_TORSO_BACKLEFT_CORNER_X + UV_TORSO_WIDTH+UV_GAP

Expand Down

0 comments on commit b47cdac

Please sign in to comment.