Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Include" option for resource filtering #298

Open
tomas-correia opened this issue Nov 26, 2023 · 0 comments
Open

"Include" option for resource filtering #298

tomas-correia opened this issue Nov 26, 2023 · 0 comments
Labels
Enhancement New feature or request

Comments

@tomas-correia
Copy link

Currently, Phaser Editor lets the user specify the files and directories they'd like to filter from the project's file view.

But it would be very useful if it was possible to specify only the paths to be included instead of the ones to be ignored.

A possible example, in the phasereditor2d.config.json file:

{
    "include": [
        "game",
        "public/assets/game"
    ]
}

This would include both a game directory in the root, and a game directory under public/assets.

@PhaserEditor2D PhaserEditor2D added the Enhancement New feature or request label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants