Move encounter discard buttons below the cards

This commit is contained in:
Adam Goldsmith 2020-11-29 00:11:43 -05:00
parent b48a171d6f
commit 58e5f7d0b3
4 changed files with 20 additions and 20 deletions

View File

@ -7,11 +7,11 @@ COLLISION_ENABLED = false
DRAWN_ENCOUNTER_CARD_OFFSET = {0.98, 0.5, -0.635}
DRAWN_CHAOS_TOKEN_OFFSET = {-1.2, 0.5, -0.45}
DISCARD_BUTTON_OFFSETS = {
{-0.98, 0.2, -0.945},
{-0.525, 0.2, -0.945},
{-0.07, 0.2, -0.945},
{0.39, 0.2, -0.945},
{0.84, 0.2, -0.945},
{-0.98, 0.2, -0.35},
{-0.525, 0.2, -0.35},
{-0.07, 0.2, -0.35},
{0.39, 0.2, -0.35},
{0.84, 0.2, -0.35},
}
-- draw deck and discard zone
DECK_POSITION = { x=-1.4, y=0, z=0.3 }

View File

@ -7,11 +7,11 @@ COLLISION_ENABLED = false
DRAWN_ENCOUNTER_CARD_OFFSET = {0.98, 0.5, -0.635}
DRAWN_CHAOS_TOKEN_OFFSET = {-1.2, 0.5, -0.45}
DISCARD_BUTTON_OFFSETS = {
{-0.98, 0.2, -0.945},
{-0.525, 0.2, -0.945},
{-0.07, 0.2, -0.945},
{0.39, 0.2, -0.945},
{0.84, 0.2, -0.945},
{-0.98, 0.2, -0.35},
{-0.525, 0.2, -0.35},
{-0.07, 0.2, -0.35},
{0.39, 0.2, -0.35},
{0.84, 0.2, -0.35},
}
-- draw deck and discard zone
DECK_POSITION = { x=-1.4, y=0, z=0.3 }

View File

@ -7,11 +7,11 @@ COLLISION_ENABLED = false
DRAWN_ENCOUNTER_CARD_OFFSET = {0.98, 0.5, -0.635}
DRAWN_CHAOS_TOKEN_OFFSET = {-1.2, 0.5, -0.45}
DISCARD_BUTTON_OFFSETS = {
{-0.98, 0.2, -0.945},
{-0.525, 0.2, -0.945},
{-0.07, 0.2, -0.945},
{0.39, 0.2, -0.945},
{0.84, 0.2, -0.945},
{-0.98, 0.2, -0.35},
{-0.525, 0.2, -0.35},
{-0.07, 0.2, -0.35},
{0.39, 0.2, -0.35},
{0.84, 0.2, -0.35},
}
-- draw deck and discard zone
DECK_POSITION = { x=-1.4, y=0, z=0.3 }

View File

@ -7,11 +7,11 @@ COLLISION_ENABLED = false
DRAWN_ENCOUNTER_CARD_OFFSET = {0.98, 0.5, -0.635}
DRAWN_CHAOS_TOKEN_OFFSET = {-1.2, 0.5, -0.45}
DISCARD_BUTTON_OFFSETS = {
{-0.98, 0.2, -0.945},
{-0.525, 0.2, -0.945},
{-0.07, 0.2, -0.945},
{0.39, 0.2, -0.945},
{0.84, 0.2, -0.945},
{-0.98, 0.2, -0.35},
{-0.525, 0.2, -0.35},
{-0.07, 0.2, -0.35},
{0.39, 0.2, -0.35},
{0.84, 0.2, -0.35},
}
-- draw deck and discard zone
DECK_POSITION = { x=-1.4, y=0, z=0.3 }