From cd13985254d17697487bc02f5008a32b60986e26 Mon Sep 17 00:00:00 2001 From: libccy Date: Sat, 13 May 2017 00:30:46 +0800 Subject: [PATCH] 2 --- game/game.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/game.js b/game/game.js index b12cb9520..13323d96c 100644 --- a/game/game.js +++ b/game/game.js @@ -166,13 +166,13 @@ }, enable_pressure:{ name:'启用压感', - init:true, + init:false, intro:'开启后可通过按压执行操作', unfrequent:true, }, pressure_taptic:{ name:'触觉反馈', - init:true, + init:false, intro:'开启后按压操作执行时将产生震动', unfrequent:true, },