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,20 +352,20 @@ GameLib.CustomCode.prototype.waitReload = function(delta) {
this.state.message = null;
this.displayHUD();
}.bind(this),
5000
2600
);
window.setTimeout(
function(){
this.state.message = {
text : "GO!",
x : 222,
y : 256
text: "GO!",
x: 222,
y: 256
};
this.displayHUD();
this.state.getReady = false;
}.bind(this),
2600
1950
);
window.setTimeout(
@ -377,9 +377,10 @@ GameLib.CustomCode.prototype.waitReload = function(delta) {
};
this.displayHUD();
}.bind(this),
1950
1300
);
window.setTimeout(
function(){
this.state.message = {
@ -389,25 +390,12 @@ GameLib.CustomCode.prototype.waitReload = function(delta) {
};
this.displayHUD();
}.bind(this),
1300
);
window.setTimeout(
function(){
this.state.message = {
text: "3",
x: 244,
y: 256
};
this.displayHUD();
}.bind(this),
650
);
this.state.message = {
text: "GET READY",
x: 130,
text: "3",
x: 244,
y: 256
};
this.displayHUD();