From ce01fcefa2a902cab785acfb14820c666a5add44 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 12 Mar 2018 14:24:45 +0100 Subject: [PATCH] Initial Commit: CC - Snake FS - Before Render (zjq6ach3jt.js) --- zjq6ach3jt.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 zjq6ach3jt.js diff --git a/zjq6ach3jt.js b/zjq6ach3jt.js new file mode 100644 index 0000000..dd670e0 --- /dev/null +++ b/zjq6ach3jt.js @@ -0,0 +1,11 @@ +if (!this.entityLoaded) { + return; +} + +if (!this.initialized) { + this.initialized = true; +} + +this.advanceSnake(data.delta); + +//@ sourceURL=beforeRender.js \ No newline at end of file