From 3827304fc5c75e71d1630bff63c79a302012962f Mon Sep 17 00:00:00 2001 From: SweetSea <106439598+SweetSea-ButImNotSweet@users.noreply.github.com> Date: Sat, 10 Aug 2024 06:28:15 +0700 Subject: [PATCH] Fix gamepad system on Android MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (tụi này không dùng cảm biến trọng trường đâu!) --- conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.lua b/conf.lua index 543b012..cdc7cf7 100644 --- a/conf.lua +++ b/conf.lua @@ -9,5 +9,5 @@ function love.conf(t) t.window.height = 960 t.window.vsync = false - t.accelerometerjoystick = true + t.accelerometerjoystick = false end