Added Rust stuff

This commit is contained in:
Mrrp 2024-08-20 17:52:26 -07:00
parent 7de93f90c5
commit 5c672b64f9
7 changed files with 4 additions and 1 deletions

BIN
Rust/does_not_compile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

1
Rust/pack.json Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

1
web/packs/Rust.json Normal file
View 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"}]}

View file

@ -1,6 +1,7 @@
{
"packs": [
"emotes.json"
"emotes.json",
"Rust.json"
],
"homeserver_url": "https://smgames.club"
}