Dark_Ville 8bf9759656 chore: standardize resources (#7345) | 1 year ago | |
---|---|---|
.. | ||
README.MD | 1 year ago | |
call.png | 1 year ago | |
downloading.png | 1 year ago | |
live.png | 1 year ago | |
pause.png | 1 year ago | |
play.png | 1 year ago | |
premiere-live.png | 1 year ago | |
premiere.png | 1 year ago | |
question.png | 1 year ago | |
reading.png | 1 year ago | |
repeat-one.png | 1 year ago | |
repeat.png | 1 year ago | |
search.png | 1 year ago | |
stop.png | 1 year ago | |
uploading.png | 1 year ago | |
video-call.png | 1 year ago | |
viewing.png | 1 year ago | |
writing.png | 1 year ago |
In this folder you can find resource images which you can use to display the status of what the user is doing.
const enum Assets {
Play = "https://cdn.rcd.gg/PreMiD/resources/play.png",
Pause = "https://cdn.rcd.gg/PreMiD/resources/pause.png",
Stop = "https://cdn.rcd.gg/PreMiD/resources/stop.png",
Search = "https://cdn.rcd.gg/PreMiD/resources/search.png",
Question = "https://cdn.rcd.gg/PreMiD/resources/question.png",
Live = "https://cdn.rcd.gg/PreMiD/resources/live.png",
Reading = "https://cdn.rcd.gg/PreMiD/resources/reading.png",
Writing = "https://cdn.rcd.gg/PreMiD/resources/writing.png",
Call = "https://cdn.rcd.gg/PreMiD/resources/call.png",
VideoCall = "https://cdn.rcd.gg/PreMiD/resources/video-call.png",
Downloading = "https://cdn.rcd.gg/PreMiD/resources/downloading.png",
Uploading = "https://cdn.rcd.gg/PreMiD/resources/uploading.png",
Repeat = "https://cdn.rcd.gg/PreMiD/resources/repeat.png",
RepeatOne = "https://cdn.rcd.gg/PreMiD/resources/repeat-one.png",
Premiere = "https://cdn.rcd.gg/PreMiD/resources/premiere.png",
PremiereLive = "https://cdn.rcd.gg/PreMiD/resources/premiere-live.png",
Viewing = "https://cdn.rcd.gg/PreMiD/resources/viewing.png",
}