From db3c87f852c26281eb4df163784ff4d8248574c8 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 16 Nov 2020 21:04:11 +0800 Subject: [PATCH] =?UTF-8?q?conf=E6=96=87=E4=BB=B6=E9=A2=84=E7=95=99?= =?UTF-8?q?=E5=A5=BD=E5=AE=89=E5=8D=93=E7=94=A8=E9=BA=A6=E5=85=8B=E9=A3=8E?= =?UTF-8?q?=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf.lua b/conf.lua index 8f9e166a..1dcee243 100644 --- a/conf.lua +++ b/conf.lua @@ -6,7 +6,10 @@ function love.conf(t) t.gammacorrect=false t.appendidentity=true--Search files in source then in save directory t.accelerometerjoystick=false--Accelerometer=joystick on ios/android - if t.audio then t.audio.mixwithsystem=true end + if t.audio then + t.audio.mic=false + t.audio.mixwithsystem=true + end local W=t.window W.title="Techmino "..VERSION