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
|
if key == "c" then
|
||||||
lines = {}
|
lines = {}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if key == "o" then
|
||||||
|
love.system.openURL(love.filesystem.getSaveDirectory())
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user