From 70585ef96ca708ac88eaa2ad4933203063105f5e Mon Sep 17 00:00:00 2001 From: libccy Date: Sat, 12 Dec 2015 17:46:57 +0800 Subject: [PATCH] x --- game/game.js | 102 ++++++++------------------------------ layout/default/layout.css | 8 --- mode/stone.js | 2 +- 3 files changed, 22 insertions(+), 90 deletions(-) diff --git a/game/game.js b/game/game.js index 4160f1763..94e3aee54 100755 --- a/game/game.js +++ b/game/game.js @@ -20698,92 +20698,32 @@ game.loop(); } - var goon=function(){ - if(!mode[lib.config.mode]){ - window.inSplash=true; - var clickNode=function(){ - lib.config.mode=this.link; - splash.delete(); - delete window.inSplash; - lib.init.js('mode',lib.config.mode).onload=proceed; - } - var splash=ui.create.div('#splash',document.body); - for(var i=0;i