Compare commits

..

No commits in common. "ff3fac5c476a3088e5d0b5a3618e6bfc7ba29191" and "2753406be20ed66791d2ee57c408f9445a2a310d" have entirely different histories.

2 changed files with 4 additions and 5 deletions

View File

@ -6,12 +6,12 @@ local main = teverse.construct("guiFrame", {
})
teverse.construct("guiImage", {
position = guiCoord(0.5, -1500, 0.5, -750),
size = guiCoord(0, 3000, 0, 1500),
position = guiCoord(0.5, -750, 0.5, -750),
size = guiCoord(0, 1500, 0, 1500),
parent = main,
backgroundAlpha = 0,
image = "tevurl:img/tTiled.png",
imageBottomRight = vector2(180, 90),
imageBottomRight = vector2(90, 90),
imageColour = colour:rgb(28, 33, 38),
imageAlpha = 0.25,
zIndex = -1

View File

@ -23,8 +23,7 @@ local ico = teverse.construct("guiIcon", {
iconAlpha = 0.75,
strokeRadius = 10,
strokeAlpha = 0.5,
backgroundAlpha = 1,
visible = teverse.networking.localClient ~= nil
backgroundAlpha = 1
})
local lastClick = 0