Home | History | Annotate | Download | only in resources

Lines Matching refs:CRASHED

46   this.crashed = false;
132 CRASHED: 'crashed',
377 if (this.activated || this.crashed) {
387 if (this.crashed && this.gameOverPanel) {
399 if (!this.started && !this.crashed) {
421 } else if (this.crashed) {
513 if (!this.crashed) {
581 if (!this.crashed && (Runner.keycodes.JUMP[String(e.keyCode)] ||
594 if (this.crashed && e.type == Runner.events.TOUCHSTART &&
621 } else if (this.crashed) {
662 this.crashed = true;
665 this.tRex.update(100, Trex.status.CRASHED);
694 if (!this.crashed) {
708 this.crashed = false;
713 this.containerEl.classList.remove(Runner.classes.CRASHED);
991 var crashed = boxCompare(adjTrexBox, adjObstacleBox);
998 if (crashed) {
1046 var crashed = false;
1058 crashed = true;
1061 return crashed;
1346 CRASHED: 'CRASHED',
1372 CRASHED: {