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,