Skip to content

New Map/File Manager #62

@mindrage

Description

@mindrage

Working on some File Manager stuff.

First thing is a FileDialog API.
Basically a function that works like this:

FileDialog.show(title, filter, action)

it returns false if its busy, returns nil if nothing is selected.
Action is a function(path) which is defined if a path is selected.

filedialog1

And a map manager for loading/saving files to make room for some extra features, like a minimap preview and recent maps.
Thinking of removing the map description/positions into separate window or something.
mapmanager

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions