Skip to content

Commit

Permalink
Moved playdate definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Deseteral committed Jul 10, 2023
1 parent 563f592 commit 33f0a0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/day-summary-stage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function DaySummaryStage.render(self)
)
Font:draw("to pay off the debt", x, y + 50 + 15 * 5, true)
end
Font:draw("Press Enter to continue", x, y + 50 + 15 * 7, true)
Font:draw("Press A to continue", x, y + 50 + 15 * 7, true)
end
)
end
Expand Down
File renamed without changes.

0 comments on commit 33f0a0e

Please sign in to comment.