summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/button.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/stdlib/button.lua b/stdlib/button.lua
index 7a656e0..e8b6318 100644
--- a/stdlib/button.lua
+++ b/stdlib/button.lua
@@ -10,4 +10,7 @@ button.B = 80 -- Key: P
button.X = 75 -- Key: K
button.Y = 79 -- Key: O
+button.SELECT = 81 -- Key: Q
+button.START = 69 -- Key: E
+
return button