Skip to content

Commit

Permalink
由于使用自动打包流程使用的love包是11.4,把conf改成11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jul 23, 2024
1 parent 68c68ae commit ea7c2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function love.conf(t)

t.identity='SmartBingo'
t.externalstorage=true
t.version="11.5"
t.version="11.4"
t.gammacorrect=false
t.appendidentity=true
t.accelerometerjoystick=false
Expand Down

0 comments on commit ea7c2f6

Please sign in to comment.