Skip to content

Commit b5fa2c0

Browse files
author
Trollhunters501PC
authored
Añadir nueva version beta Open Source
1 parent 7173a93 commit b5fa2c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ <h1 id="donotshow"><$BlogPageTitle$></h1>
360360
DebugEnable: null,
361361
getGame: {
362362
getVersion: "0.5.7 ALPHA",
363-
getBetaVersion: "2"
363+
getBetaVersion: "3"
364364
}
365365
};
366366
var noloadg;
@@ -2663,8 +2663,8 @@ <h1 id="donotshow"><$BlogPageTitle$></h1>
26632663
if(properties.BetaEnable == "true"){
26642664
if(!localStorage.getItem("updateAdBeta") || localStorage.getItem("updateAdBeta") != properties.getGame.getBetaVersion){
26652665
localStorage.setItem("updateAdBeta", properties.getGame.getBetaVersion);
2666-
alert("Novedades de CreadorCraft V." + properties.getGame.getVersion + " Beta " + properties.getGame.getBetaVersion + "\n•Se añadió soporte para LiveScript en Juegos creados con CreadorCraft Maker!");
2667-
alert("What's New in CreatorCraft V." + properties.getGame.getVersion + "." + properties.getGame.getBetaVersion + "\n•Added support for LiveScript in Games created with CreadorCraft Maker!");
2666+
alert("Novedades de CreadorCraft V." + properties.getGame.getVersion + " Beta " + properties.getGame.getBetaVersion + "\n•Se quito RushKart y CreadorCraft modo Historia");
2667+
alert("What's New in CreatorCraft V." + properties.getGame.getVersion + "." + properties.getGame.getBetaVersion + "\n•RushKart and CreadorCraft Story Mode have been removed");
26682668

26692669
}
26702670
}

0 commit comments

Comments
 (0)