File tree Expand file tree Collapse file tree
src/chat/interface/mediaengine Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ] ,
Original file line number Diff line number Diff line change 1- {"timestamp" :" 1761668213693 " }
1+ {"timestamp" :" 1761672075560 " }
You can’t perform that action at this time.
0 commit comments