Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function love.conf(t)
t.identity = 'LÖVE Solitaire' -- name of the save directory
-- t.window.width = 1024
-- t.window.height = 1024
t.window.title = 'LÕVE Solitaire'
t.window.title = 'LÖVE Solitaire'

-- The highdpi window flag must be enabled to use the full pixel density of a Retina screen on Mac OS X and iOS.
-- The flag currently does nothing on Windows and Linux, and on Android it is effectively always enabled.
Expand Down