diff --git a/Source/day-summary-stage.lua b/Source/day-summary-stage.lua index b0ba21c..70204c1 100644 --- a/Source/day-summary-stage.lua +++ b/Source/day-summary-stage.lua @@ -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 diff --git a/playdate.d.ts b/src/playdate.d.ts similarity index 100% rename from playdate.d.ts rename to src/playdate.d.ts