mirror of https://github.com/teverse/teverse
Compare commits
2 Commits
6efd379391
...
3a6b2565f6
Author | SHA1 | Date |
---|---|---|
Sanjay | 3a6b2565f6 | |
Jay | 3971aed6a3 |
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
This repo contains open source components produced for Teverse.
|
This repo contains open source components produced for Teverse.
|
||||||
|
|
||||||
Contains the redesigned components of Workshop (``./workshop``).
|
Contains the redesigned components of the dashboard, tutorials and Workshop (``./workshop``).
|
||||||
|
|
||||||
|
|
||||||
# Contributing to Teverse
|
# Contributing to Teverse
|
||||||
|
|
|
@ -474,7 +474,7 @@ return {
|
||||||
local feedItems = teverse.construct("guiFrame", {
|
local feedItems = teverse.construct("guiFrame", {
|
||||||
parent = feed,
|
parent = feed,
|
||||||
backgroundAlpha = 0,
|
backgroundAlpha = 0,
|
||||||
clip = true
|
clip = false
|
||||||
})
|
})
|
||||||
|
|
||||||
teverse.guiHelper
|
teverse.guiHelper
|
||||||
|
|
Loading…
Reference in New Issue