Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 261 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 22:07:59 +01:00
parent 83e251fc19
commit 90ac09aa68
1 changed files with 8 additions and 20 deletions

View File

@ -352,30 +352,18 @@ GameLib.CustomCode.prototype.waitReload = function(delta) {
this.state.message = null;
this.displayHUD();
}.bind(this),
5000
);
window.setTimeout(
function(){
this.state.message = {
text : "GO!",
x : 222,
y : 256
};
this.displayHUD();
this.state.getReady = false;
}.bind(this),
2600
);
window.setTimeout(
function(){
this.state.message = {
text: "1",
x: 253,
text: "GO!",
x: 222,
y: 256
};
this.displayHUD();
this.state.getReady = false;
}.bind(this),
1950
);
@ -383,8 +371,8 @@ GameLib.CustomCode.prototype.waitReload = function(delta) {
window.setTimeout(
function(){
this.state.message = {
text: "2",
x: 244,
text: "1",
x: 253,
y: 256
};
this.displayHUD();
@ -396,7 +384,7 @@ GameLib.CustomCode.prototype.waitReload = function(delta) {
window.setTimeout(
function(){
this.state.message = {
text: "3",
text: "2",
x: 244,
y: 256
};
@ -406,8 +394,8 @@ GameLib.CustomCode.prototype.waitReload = function(delta) {
);
this.state.message = {
text: "GET READY",
x: 130,
text: "3",
x: 244,
y: 256
};
this.displayHUD();