if (!this.entityLoaded) { return; } if (!this.initialized) { this.initialized = true; } this.advanceSnake(data.delta); this.createFood(data.delta); //@ sourceURL=beforeRender.js