mirror of https://github.com/teverse/teverse
Compare commits
3 Commits
2753406be2
...
ff3fac5c47
Author | SHA1 | Date |
---|---|---|
teverse | ff3fac5c47 | |
teverse | 5a1d65ca95 | |
Jay | cc1f2659b1 |
|
@ -6,12 +6,12 @@ local main = teverse.construct("guiFrame", {
|
|||
})
|
||||
|
||||
teverse.construct("guiImage", {
|
||||
position = guiCoord(0.5, -750, 0.5, -750),
|
||||
size = guiCoord(0, 1500, 0, 1500),
|
||||
position = guiCoord(0.5, -1500, 0.5, -750),
|
||||
size = guiCoord(0, 3000, 0, 1500),
|
||||
parent = main,
|
||||
backgroundAlpha = 0,
|
||||
image = "tevurl:img/tTiled.png",
|
||||
imageBottomRight = vector2(90, 90),
|
||||
imageBottomRight = vector2(180, 90),
|
||||
imageColour = colour:rgb(28, 33, 38),
|
||||
imageAlpha = 0.25,
|
||||
zIndex = -1
|
||||
|
|
|
@ -23,7 +23,8 @@ local ico = teverse.construct("guiIcon", {
|
|||
iconAlpha = 0.75,
|
||||
strokeRadius = 10,
|
||||
strokeAlpha = 0.5,
|
||||
backgroundAlpha = 1
|
||||
backgroundAlpha = 1,
|
||||
visible = teverse.networking.localClient ~= nil
|
||||
})
|
||||
|
||||
local lastClick = 0
|
||||
|
|
Loading…
Reference in New Issue