Skip to content

Commit

Permalink
Enable accelerometer in config
Browse files Browse the repository at this point in the history
Before it was enabled by default, new Love2D release requires explicitly
asking for it to be enabled.
  • Loading branch information
jmiskovic committed Aug 3, 2024
1 parent 7029c7b commit ff82e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ function love.conf(t)
t.window.resizable = false
t.window.vsync = false
t.audio.mic = true
t.accelerometerjoystick = true
end

0 comments on commit ff82e5d

Please sign in to comment.