From 33f0a0e26a8ac0d3029bf67caa246e7d9168e1af Mon Sep 17 00:00:00 2001 From: Deseteral Date: Tue, 11 Jul 2023 00:16:30 +0200 Subject: [PATCH] Moved playdate definitions --- Source/day-summary-stage.lua | 2 +- playdate.d.ts => src/playdate.d.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename playdate.d.ts => src/playdate.d.ts (100%) 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