This commit is contained in:
bryanthaboi
2026-07-23 11:49:45 -04:00
parent 4a50cb0728
commit 6239387643
7 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ function love.conf(t)
-- back to the plain title if the source is not mounted yet
local ok, Version = pcall(require, "src.core.Version")
t.window.title = ok and Version.title()
or "Pokemon Red (Gen 1 Recompilation Project)"
or "gen1recomp"
-- Open at the launcher's design size (the split-screen ROM selector is
-- laid out for 1024x768). The window is resizable and the 160x144 game
-- canvas letterboxes into whatever size it ends up, so this only sets the