diff --git a/builds/build.number b/builds/build.number index 276f218..0ec13b9 100644 --- a/builds/build.number +++ b/builds/build.number @@ -1 +1 @@ -build=1 +build=2 diff --git a/src/main.lua b/src/main.lua index d13a778..60b4529 100644 --- a/src/main.lua +++ b/src/main.lua @@ -142,4 +142,8 @@ function love.keypressed(key) if key == "c" then lines = {} end + + if key == "o" then + love.system.openURL(love.filesystem.getSaveDirectory()) + end end