Merge pull request #1018 from argonui/entrox-pr

Increased playermat button position
This commit is contained in:
dscarpac 2024-11-20 16:49:42 -06:00 committed by GitHub
commit a0780f2316
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,7 @@ local buttonParameters = {
click_function = "doUpkeep", click_function = "doUpkeep",
tooltip = "Right-click to skip resource gain and card draw", tooltip = "Right-click to skip resource gain and card draw",
function_owner = self, function_owner = self,
position = { x = 1.82, y = 0.1, z = -0.45 }, position = { x = 1.82, y = 0.15, z = -0.45 },
scale = { 0.12, 0.12, 0.12 }, scale = { 0.12, 0.12, 0.12 },
width = 1000, width = 1000,
height = 280, height = 280,