From 273e9185ccd943fef40a1678d637a2fbeb9e9b59 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 13 Dec 2022 18:26:23 -0500 Subject: [PATCH] Move threat area discard buttons back to bottom --- unpacked/Custom_Tile Playermat 1 White 8b081b.ttslua | 2 +- unpacked/Custom_Tile Playermat 2 Orange bd0ff4.ttslua | 2 +- unpacked/Custom_Tile Playermat 3 Green 383d8b.ttslua | 2 +- unpacked/Custom_Tile Playermat 4 Red 0840d5.ttslua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/unpacked/Custom_Tile Playermat 1 White 8b081b.ttslua b/unpacked/Custom_Tile Playermat 1 White 8b081b.ttslua index 32959154a..755bc857b 100644 --- a/unpacked/Custom_Tile Playermat 1 White 8b081b.ttslua +++ b/unpacked/Custom_Tile Playermat 1 White 8b081b.ttslua @@ -216,7 +216,7 @@ function makeDiscardButton(position, discardPosition, number) label = "Discard", click_function = handlerName, function_owner = self, - position = position, + position = {position[1], position[2], position[3] + 0.6}, scale = {0.12, 0.12, 0.12}, width = 800, height = 280, diff --git a/unpacked/Custom_Tile Playermat 2 Orange bd0ff4.ttslua b/unpacked/Custom_Tile Playermat 2 Orange bd0ff4.ttslua index c70583062..3738f4074 100644 --- a/unpacked/Custom_Tile Playermat 2 Orange bd0ff4.ttslua +++ b/unpacked/Custom_Tile Playermat 2 Orange bd0ff4.ttslua @@ -216,7 +216,7 @@ function makeDiscardButton(position, discardPosition, number) label = "Discard", click_function = handlerName, function_owner = self, - position = position, + position = {position[1], position[2], position[3] + 0.6}, scale = {0.12, 0.12, 0.12}, width = 800, height = 280, diff --git a/unpacked/Custom_Tile Playermat 3 Green 383d8b.ttslua b/unpacked/Custom_Tile Playermat 3 Green 383d8b.ttslua index a008e2aed..c351715db 100644 --- a/unpacked/Custom_Tile Playermat 3 Green 383d8b.ttslua +++ b/unpacked/Custom_Tile Playermat 3 Green 383d8b.ttslua @@ -216,7 +216,7 @@ function makeDiscardButton(position, discardPosition, number) label = "Discard", click_function = handlerName, function_owner = self, - position = position, + position = {position[1], position[2], position[3] + 0.6}, scale = {0.12, 0.12, 0.12}, width = 800, height = 280, diff --git a/unpacked/Custom_Tile Playermat 4 Red 0840d5.ttslua b/unpacked/Custom_Tile Playermat 4 Red 0840d5.ttslua index 7e96d543e..c45fcc81d 100644 --- a/unpacked/Custom_Tile Playermat 4 Red 0840d5.ttslua +++ b/unpacked/Custom_Tile Playermat 4 Red 0840d5.ttslua @@ -216,7 +216,7 @@ function makeDiscardButton(position, discardPosition, number) label = "Discard", click_function = handlerName, function_owner = self, - position = position, + position = {position[1], position[2], position[3] + 0.6}, scale = {0.12, 0.12, 0.12}, width = 800, height = 280,