Skip to content

Commit

Permalink
fix save/load
Browse files Browse the repository at this point in the history
  • Loading branch information
icegoat9 committed Nov 4, 2021
1 parent f226d0c commit dd5ef55
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion picohaven100e.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2408,7 +2408,7 @@ function initsplash()
_updstate,_drwstate=_updsplash,_drawsplash
splashmenu={"start new game"}
--selx,sely=1,1 --not needed as set in changestate()
if (dget(0)==0) add(splashmenu,"continue game",1)
if (dget(0)==1) add(splashmenu,"continue game",1)
end

function _updsplash()
Expand Down
Binary file modified picohaven100e.p8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion picohaven100e_minify.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ end
function initsplash()
_updstate,_drwstate=_updsplash,_drawsplash
splashmenu={"start new game"}
if (dget(0)==0) add(splashmenu,"continue game",1)
if (dget(0)==1) add(splashmenu,"continue game",1)
end
function _updsplash()
selxy_update_clamped(1,#splashmenu)
Expand Down

0 comments on commit dd5ef55

Please sign in to comment.