mirror of
https://github.com/love2d/love.git
synced 2026-08-13 17:10:54 +02:00
Use LÖVE as window title for the no game screen (apply Boolsheet's patch for issue #260)
This commit is contained in:
@@ -601,12 +601,12 @@ function love.nogame()
|
||||
end
|
||||
|
||||
function love.conf(t)
|
||||
t.title = "LOVE " .. love._version_string .. " (" .. love._version_codename .. ")"
|
||||
t.modules.audio = false
|
||||
t.modules.sound = false
|
||||
t.modules.physics = false
|
||||
t.modules.joystick = false
|
||||
end
|
||||
t.title = "L\195\150VE " .. love._version_string .. " (" .. love._version_codename .. ")"
|
||||
t.modules.audio = false
|
||||
t.modules.sound = false
|
||||
t.modules.physics = false
|
||||
t.modules.joystick = false
|
||||
end
|
||||
end
|
||||
|
||||
-----------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user