Skip to content

Commit

Permalink
preload added
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Jan 3, 2023
1 parent c778e1e commit c803f8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eggtoast_factorit/Asys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function loadSys()
spdrun=1
require("Agame")
require("loadapi")
lang.set(conf.lang)
saveselecter=1
clicktitle=false
ftd=false
Expand All @@ -15,6 +16,9 @@ function loadSys()
end
end
love.audio.setVolume(conf.mute and 0 or 100)
if conf.alwmax then
love.window.maximize()
end
gameload()
end
function love.update(dt)
Expand Down

0 comments on commit c803f8a

Please sign in to comment.