We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Separate into Components and Tiles
Components
Tiles
Components are things such as Wall, Mirror, Crate etc, without the accompanying base tile. They are not to be placed into the world
Tiles are a "full set" comprising the base tile and the component, ready to be placed into the world.
This modularity allows us to further the separation of concerns and build more complex tiles using a combination of components
The text was updated successfully, but these errors were encountered:
iskandarzulkarnaien
No branches or pull requests
Separate into
Components
andTiles
Components
are things such as Wall, Mirror, Crate etc, without the accompanying base tile. They are not to be placed into the worldTiles
are a "full set" comprising the base tile and the component, ready to be placed into the world.This modularity allows us to further the separation of concerns and build more complex tiles using a combination of components
The text was updated successfully, but these errors were encountered: