diff --git a/0011-on.initialize b/0011-on.initialize index 2e13781..f0cec13 100644 --- a/0011-on.initialize +++ b/0011-on.initialize @@ -1,8 +1,5 @@ on.initialize = function() App.mkdir(Directory) - pcall(function() - nativefs.mount(Legacy_directory, Directory) - end) populate_missing_handlers() Font = love.graphics.newFont(Font_height) love.graphics.setFont(Font) @@ -18,4 +15,4 @@ on.initialize = function() end Current_pane_index = 1 Current_pane = Panes[Current_pane_index] -end +end \ No newline at end of file diff --git a/0153-Legacy_directory b/0153-Legacy_directory deleted file mode 100644 index 92435f8..0000000 --- a/0153-Legacy_directory +++ /dev/null @@ -1 +0,0 @@ -Legacy_directory = love.filesystem.getSourceBaseDirectory()..'/carousel_data/' \ No newline at end of file diff --git a/conf.lua b/conf.lua index 60faba6..c68f4fb 100644 --- a/conf.lua +++ b/conf.lua @@ -1,3 +1,3 @@ function love.conf(t) - t.identity = 'carousel' + t.identity = 'dash' end