@@ -367,7 +367,7 @@ <h2 style="z-index: 99999999999999999999999999;color: white;">CreadorCraft Neces
367367 < div id ="selectionInterface " class ="InterfazCC HiddenDef " style ="background-color: #56A5EC; ">
368368 < center >
369369 < div style ="background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOOq5hnMRdbZJJWxjmJhqQD7i0_XoQs7-I0FKJ4zhVWruQ8Uj4Gr88qTB433cuI-GkTvHt71V9j1rfZ1zUA4Jk5juNbyKCkby0G0pGxk9_qgGMetrTpS-PyHugKfnsBtdlZyhcbfoFwjfAuNmVP9Kux6wGJEI78jLzEV5WFNU3VJMBalcdswFKUFn-TgYB/s1600/Select_Game_Mode_20250207_080805_0002.png') 50% 50% no-repeat blue; background-size: contain; width: 80%; height: 9vw; font-size: 9vw; color: palegoldenrod; text-shadow: 2px 2px 4px #000000; "> Seleccionar < span style ="color: blueviolet; "> Juego</ span > </ div > < br />
370- < button style ="font-size: 5vw; " onclick ="renderGamesCarousel(); $('#selectionInterface').hide(); $('#listGames').fadeIn(); "> Lista de Juegos</ button >
370+ < button style ="font-size: 5vw; " onclick ="properties.soundClick.play(); renderGamesCarousel(); $('#selectionInterface').hide(); $('#listGames').fadeIn(); "> Lista de Juegos</ button > < br / >
371371 < input type ="file " id ="UpCustGame " hidden accept =".zip "/>
372372 < button style ="font-size: 5vw; " onclick ="properties.soundClick.play(); (async function(){ await swal('CreadorCraft', '⚠️⚠️Recuerda verificar el origen del juego si no es de CreadorCraft Shop porfavor verifica si no tiene virus puedes usar VirusTotal!⚠️⚠️', 'info'); UpCustGame.click(); })(); "> Subir Juego</ button > < br />
373373 < a target ="_blank " href ="https://creadorcraft-maker.blogspot.com/ "> < button onclick ="properties.soundClick.play(); "> < img src ="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGJdVPkhP-lQbu9H4A1GguimVGEba9SVAOs-QC-7B9Ju9EcVi6yz23Kk9nc_Mn8eIC-q7aogeBJM08ofGID2oNgaWEhcf4tVGHDgH49A8q7gJv_DhIPbaJjwvgpLdbh8JvVlHW2_hbi6wVPIyQAR5VN09pIdD7C6VwBjR18AdQvqH2gy6_vqj-UF993bwo/s1600/20230923_012014_0000.png " alt ="CCM " width ="30vw "/> < span style ="color: green; font-size: 5vw; "> Abrir CreadorCraft Maker</ span > </ button > </ a >
@@ -1100,10 +1100,15 @@ <h2>Inicio de Sesión</h2>
11001100 if ( $ ( e . target ) . closest ( ".deleteGameBtn" ) . length ) {
11011101 return ;
11021102 }
1103+ properties . soundClick . play ( ) ;
11031104 loadCreadorCraftGame100API ( $ ( this ) . data ( "uuid" ) ) ;
11041105 } ) ;
1105- $ ( ".deleteGameBtn" ) . off ( "click" ) . on ( "click" , function ( e ) {
1106+ $ ( ".deleteGameBtn" ) . off ( "click" ) . on ( "click" , async function ( e ) {
11061107 e . stopPropagation ( ) ;
1108+ properties . soundWarning . play ( ) ;
1109+ if ( ! ( await customConfirm ( "Eliminar Juego" , "Seguro que Quieres Eliminar el Juego?" ) ) ) {
1110+ return ;
1111+ }
11071112 let uuidG = $ ( this ) . data ( "index" ) ;
11081113 GamesList . splice ( GamesList . indexOf ( uuidG ) , 1 ) ;
11091114 delete GamesInfo [ uuidG ] ;
0 commit comments