Dark_Ville 8bf9759656 chore: standardize resources (#7345) | il y a 1 an | |
---|---|---|
.. | ||
README.MD | il y a 1 an | |
call.png | il y a 1 an | |
downloading.png | il y a 1 an | |
live.png | il y a 1 an | |
pause.png | il y a 1 an | |
play.png | il y a 1 an | |
premiere-live.png | il y a 1 an | |
premiere.png | il y a 1 an | |
question.png | il y a 1 an | |
reading.png | il y a 1 an | |
repeat-one.png | il y a 1 an | |
repeat.png | il y a 1 an | |
search.png | il y a 1 an | |
stop.png | il y a 1 an | |
uploading.png | il y a 1 an | |
video-call.png | il y a 1 an | |
viewing.png | il y a 1 an | |
writing.png | il y a 1 an |
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",
}