added open command

This commit is contained in:
Paul Liverman III
2016-05-04 13:57:30 -07:00
parent aa6e02f151
commit 3c24de0f1c
2 changed files with 5 additions and 1 deletions

View File

@@ -1 +1 @@
build=1 build=2

View File

@@ -142,4 +142,8 @@ function love.keypressed(key)
if key == "c" then if key == "c" then
lines = {} lines = {}
end end
if key == "o" then
love.system.openURL(love.filesystem.getSaveDirectory())
end
end end