support one more standard love handler
Dependencies
- [2]
KKMFQDR4editing source code from within the app - [*]
OTIBCAUJlove2d scaffold - [*]
Z4KNS42Nto open a file without a terminal, drag it on!
Change contents
- edit in main.lua at line 168[5.7][2.188003]
function App.directorydropped(dir)if current_app_is_warning() then return endif Current_app == 'run' thenif run.dir_drop then run.dir_drop(dir) endelseif Current_app == 'source' thenif source.dir_drop then source.dir_drop(dir) endelseassert(false, 'unknown app "'..Current_app..'"')endend