mirror of
https://github.com/teverse/teverse
synced 2025-11-06 18:34:46 +01:00
Compare commits
2 Commits
6efd379391
...
3a6b2565f6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a6b2565f6 | ||
|
|
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…
x
Reference in New Issue
Block a user