Skip to content

Commit

Permalink
t.title renamed to t.window.title
Browse files Browse the repository at this point in the history
  • Loading branch information
niamu committed Nov 26, 2024
1 parent dcc6a73 commit 2c8ca50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conf.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function love.conf(t)
t.title = "Journey to the Center of Hawkthorne"
t.window.title = "Journey to the Center of Hawkthorne"
t.version = "11.5"
t.identity = "hawkthorne"
t.window.width = 1056
Expand Down

0 comments on commit 2c8ca50

Please sign in to comment.