conf文件预留好安卓用麦克风开关
This commit is contained in:
5
conf.lua
5
conf.lua
@@ -6,7 +6,10 @@ function love.conf(t)
|
|||||||
t.gammacorrect=false
|
t.gammacorrect=false
|
||||||
t.appendidentity=true--Search files in source then in save directory
|
t.appendidentity=true--Search files in source then in save directory
|
||||||
t.accelerometerjoystick=false--Accelerometer=joystick on ios/android
|
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
|
local W=t.window
|
||||||
W.title="Techmino "..VERSION
|
W.title="Techmino "..VERSION
|
||||||
|
|||||||
Reference in New Issue
Block a user