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

tilemap editor #3

Open
1 of 3 tasks
ezpuzz opened this issue Nov 3, 2020 · 5 comments
Open
1 of 3 tasks

tilemap editor #3

ezpuzz opened this issue Nov 3, 2020 · 5 comments

Comments

@ezpuzz
Copy link
Contributor

ezpuzz commented Nov 3, 2020

a user friendly way to describe tiles in a tileset could allow anyone to share their tiles

  • need to name each tile (could use default names)
  • need a way to specify possible tiles that could connect
  • need to specify max size of connected tiles (for multitile sprites like statues or buildings or whatever)
@ezpuzz
Copy link
Contributor Author

ezpuzz commented Nov 3, 2020

oh also change relative frequency of particular tiles by level
e.g. as you get deeper more water features or more computer labs or whatever

@ezpuzz
Copy link
Contributor Author

ezpuzz commented Nov 3, 2020

^ could also work to gate some tiles to only appear later in story (demon altar wouldn't be on first floor for example)

@ezpuzz
Copy link
Contributor Author

ezpuzz commented Nov 3, 2020

some tiles should be guaranteed to appear by or on a certain level

@ezpuzz
Copy link
Contributor Author

ezpuzz commented Nov 16, 2020

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

@ezpuzz
Copy link
Contributor Author

ezpuzz commented Nov 16, 2020

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant