aboutsummaryrefslogtreecommitdiff
path: root/src/paperflight/static/items.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/paperflight/static/items.js')
-rw-r--r--src/paperflight/static/items.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/paperflight/static/items.js b/src/paperflight/static/items.js
index 16ea754..47a434e 100644
--- a/src/paperflight/static/items.js
+++ b/src/paperflight/static/items.js
@@ -15,6 +15,7 @@ function constructCoin(x, y, radius=10){
return {
draw: drawCoin,
update: updateCoin,
+ collected: false,
x, y, radius
}
}