added open command
This commit is contained in:
@@ -1 +1 @@
|
||||
build=1
|
||||
build=2
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user