Skip to content

Commit 2e23c04

Browse files
committed
Updates
1 parent e64a4f9 commit 2e23c04

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

src/chat/interface/mediaengine/index.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ async function doMediaSelect() {
977977
accountHelper.getCurrentValidationState()
978978
.username;
979979
}
980-
const embedURL = `https://random-rants-chat.github.io/taco-shoot-minigame/?n=${Math.round(Date.now())}&username=${encodeURIComponent(username)}&id=${Math.round(Date.now())}&project=${encodeURIComponent("3dlasertag")}`;
980+
const embedURL = `https://random-rants-chat.github.io/taco-shoot-minigame/?n=${Math.round(Date.now())}&username=${encodeURIComponent(username)}&id=${Math.round(Date.now())}&project=${encodeURIComponent("isolation")}`;
981981

982982
sws.send(
983983
JSON.stringify({
@@ -1001,10 +1001,14 @@ async function doMediaSelect() {
10011001
],
10021002
children: [
10031003
surroundFlexboxDiv([
1004+
{
1005+
element: "img",
1006+
src: "images/isolation.svg",
1007+
style: { height: "25px" },
1008+
},
10041009
{
10051010
element: "span",
1006-
textContent:
1007-
"3D Laser Tag (Edit of grifpatch's project)",
1011+
textContent: "Isolation (by colinmacc)",
10081012
},
10091013
]),
10101014
],

wpstatic/images/isolation.svg

Lines changed: 1 addition & 0 deletions
Loading

wpstatic/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":"1761668213693"}
1+
{"timestamp":"1761672075560"}

0 commit comments

Comments
 (0)