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