-
Notifications
You must be signed in to change notification settings - Fork 0
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
tilemap editor #3
Comments
oh also change relative frequency of particular tiles by level |
^ could also work to gate some tiles to only appear later in story (demon altar wouldn't be on first floor for example) |
some tiles should be guaranteed to appear by or on a certain level |
progress report, stardate 11-162020 editor allows marking east and southern connectors for each tile. (should add north and west but would be hard to give visual feedback) need to add walkableness and layering information for each tile |
for naming tiles i am considering that maybe an enum category is better and can encode behaviors of tile that way... floor may not always be walkable though... |
a user friendly way to describe tiles in a tileset could allow anyone to share their tiles
The text was updated successfully, but these errors were encountered: