└── addons └── nv.file_system ├── config.cfg ├── nv.file_system.gd └── plugin.cfg /addons/nv.file_system/config.cfg: -------------------------------------------------------------------------------- 1 | [File System] 2 | 3 | docked=true 4 | -------------------------------------------------------------------------------- /addons/nv.file_system/nv.file_system.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naiiveprojects/nv.gd.file_system/HEAD/addons/nv.file_system/nv.file_system.gd -------------------------------------------------------------------------------- /addons/nv.file_system/plugin.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naiiveprojects/nv.gd.file_system/HEAD/addons/nv.file_system/plugin.cfg --------------------------------------------------------------------------------