mirror of https://github.com/teverse/teverse
Compare commits
No commits in common. "3a6b2565f668f9a745c6b57469605c674f767870" and "6efd37939167e8d747af634a9c6778b7288ff0c8" have entirely different histories.
3a6b2565f6
...
6efd379391
|
@ -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 the dashboard, tutorials and Workshop (``./workshop``).
|
Contains the redesigned components of 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 = false
|
clip = true
|
||||||
})
|
})
|
||||||
|
|
||||||
teverse.guiHelper
|
teverse.guiHelper
|
||||||
|
|
Loading…
Reference in New Issue