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

TileLayer loading #152

Open
mcgivrer opened this issue Apr 12, 2022 · 0 comments
Open

TileLayer loading #152

mcgivrer opened this issue Apr 12, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@mcgivrer
Copy link
Owner

mcgivrer commented Apr 12, 2022

A TileLayer can a map or a background Image, and for map type, it will rely on an existing TileSet.
It has a priority and a rendering layer. A layer will also have an id and a name.

public class TileLayer{
     private int id;
     private String name;
     private String map;
     private BufferedImage image;
}
@mcgivrer mcgivrer added this to the 1.0.3 milestone Apr 12, 2022
@mcgivrer mcgivrer self-assigned this Apr 12, 2022
@mcgivrer mcgivrer added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant