From 000b1bcc517891a16bcccc313079c96f214b6f40 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sun, 17 May 2020 12:17:29 -0500 Subject: Minor update --- src/paperflight/static/levels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/paperflight/static') diff --git a/src/paperflight/static/levels.js b/src/paperflight/static/levels.js index 75a63af..48ea40c 100644 --- a/src/paperflight/static/levels.js +++ b/src/paperflight/static/levels.js @@ -26,7 +26,7 @@ levels[2].items.push( levels[3] = createLevel("Coins!", 1, 400, 250) levels[3].items.push( constructText(30, 60, "Collect the needed coins to continue", "30px Courier"), - constructCoin(400, 200) + constructCoin(300, 200) ) levels[4] = createLevel("Getting harder...", 0, 700, 200) -- cgit v1.2.3