Added Rust stuff
This commit is contained in:
parent
7de93f90c5
commit
5c672b64f9
7 changed files with 4 additions and 1 deletions
BIN
Rust/does_not_compile.png
Normal file
BIN
Rust/does_not_compile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
BIN
Rust/not_desired_behavior.png
Normal file
BIN
Rust/not_desired_behavior.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
1
Rust/pack.json
Normal file
1
Rust/pack.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"title": "Rust", "id": "Rust", "stickers": [{"body": "does_not_compile", "url": "mxc://smgames.club/QtoQnFEqWwBXUfKfugJXnivn", "info": {"w": 256, "h": 172, "size": 74446, "mimetype": "image/png", "thumbnail_url": "mxc://smgames.club/QtoQnFEqWwBXUfKfugJXnivn", "thumbnail_info": {"w": 256, "h": 172, "size": 74446, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:d2d95490568c3199fee080f957a907ae1b28690249254b4c139673b97453ddcb"}, {"body": "not_desired_behavior", "url": "mxc://smgames.club/WLCKEngadTiIJFlLnIEPpPiM", "info": {"w": 256, "h": 154, "size": 57546, "mimetype": "image/png", "thumbnail_url": "mxc://smgames.club/WLCKEngadTiIJFlLnIEPpPiM", "thumbnail_info": {"w": 256, "h": 154, "size": 57546, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:a52f680c930ca42a07e8873b31a73238382c305ca32bbac691d9cd5cc7740a68"}, {"body": "panics", "url": "mxc://smgames.club/DQKIOaNDBvOzWzQDhYgDeEWg", "info": {"w": 256, "h": 168, "size": 67042, "mimetype": "image/png", "thumbnail_url": "mxc://smgames.club/DQKIOaNDBvOzWzQDhYgDeEWg", "thumbnail_info": {"w": 256, "h": 168, "size": 67042, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:d976f96143afacd38d71fac442bb946b514a5c62c309906d2e0b7c58a32cd601"}]}
|
BIN
Rust/panics.png
Normal file
BIN
Rust/panics.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
1
web/packs/Rust.json
Normal file
1
web/packs/Rust.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"title": "Rust", "id": "Rust", "stickers": [{"body": "does_not_compile", "url": "mxc://smgames.club/QtoQnFEqWwBXUfKfugJXnivn", "info": {"w": 256, "h": 172, "size": 74446, "mimetype": "image/png", "thumbnail_url": "mxc://smgames.club/QtoQnFEqWwBXUfKfugJXnivn", "thumbnail_info": {"w": 256, "h": 172, "size": 74446, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:d2d95490568c3199fee080f957a907ae1b28690249254b4c139673b97453ddcb"}, {"body": "not_desired_behavior", "url": "mxc://smgames.club/WLCKEngadTiIJFlLnIEPpPiM", "info": {"w": 256, "h": 154, "size": 57546, "mimetype": "image/png", "thumbnail_url": "mxc://smgames.club/WLCKEngadTiIJFlLnIEPpPiM", "thumbnail_info": {"w": 256, "h": 154, "size": 57546, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:a52f680c930ca42a07e8873b31a73238382c305ca32bbac691d9cd5cc7740a68"}, {"body": "panics", "url": "mxc://smgames.club/DQKIOaNDBvOzWzQDhYgDeEWg", "info": {"w": 256, "h": 168, "size": 67042, "mimetype": "image/png", "thumbnail_url": "mxc://smgames.club/DQKIOaNDBvOzWzQDhYgDeEWg", "thumbnail_info": {"w": 256, "h": 168, "size": 67042, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:d976f96143afacd38d71fac442bb946b514a5c62c309906d2e0b7c58a32cd601"}]}
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"packs": [
|
"packs": [
|
||||||
"emotes.json"
|
"emotes.json",
|
||||||
|
"Rust.json"
|
||||||
],
|
],
|
||||||
"homeserver_url": "https://smgames.club"
|
"homeserver_url": "https://smgames.club"
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue