From 9afbd6253884b36450f069a4a03b51f18e9c0b5c Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 16:58:22 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 0 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 7b75417..fe48fa2 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -17,7 +17,7 @@ GameLib.CustomCode.GRID_HEIGHT = 10; GameLib.CustomCode.GRID_OFFSET_X = 1; GameLib.CustomCode.GRID_OFFSET_Y = 8; -GameLib.CustomCode.SPEED_INITIAL = 0.2; +GameLib.CustomCode.SPEED_INITIAL = 0.5; GameLib.CustomCode.ORIENTATION_UP = 0; GameLib.CustomCode.ORIENTATION_LEFT = 1;