Skip to content

Commit

Permalink
Merge branch 'master' into ui-olympUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruor committed Oct 11, 2022
2 parents d306531 + 02a941b commit 23dafef
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/helpers/spikes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ local originalTriggerSpikeOffsets = {
}

local spikeOffsets = {
up = {-1, 1},
down = {-1, -1},
right = {-1, -1},
left = {1, -1}
up = {4, 1},
down = {4, -1},
right = {-1, 4},
left = {1, 4}
}

local spikeJustifications = {
up = {0.0, 1.0},
down = {0.0, 0.0},
right = {0.0, 0.0},
left = {1.0, 0.0}
up = {0.5, 1.0},
down = {0.5, 0.0},
right = {0.0, 0.5},
left = {1.0, 0.5}
}

local tentacleRotations = {
Expand Down

0 comments on commit 23dafef

Please sign in to comment.