diff options
| author | 1029chris <1029chris@gmail.com> | 2016-05-19 14:28:18 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-05-19 14:28:18 -0700 |
| commit | 3b78d300cafb382387310fc86fe3e5e938e6a038 (patch) | |
| tree | 52b999e1c7a19a19cc4d31cb680831cde7b25d14 /main.lua | |
| parent | 30e3c4eb01e1f764113bc3110a48569caea14bb7 (diff) | |
Folders can now be opened in the files browser
other tweaks
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ function love.mousereleased(x, y, button) v1.c.chat.next = false end end + file.p = false end function love.draw() if scene == 1 then |
