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

added terrains for procedural generation #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

theCodeBear
Copy link
Member

Made a simple standard terrain format tileset for doing terrains with procedural generation.

Did notice some glitches in the terrains when drawing with walls using the brush tool and then drawing with floors so the tileset image needs some sort of editing, but works perfect for terrains when just laying down a big rectangle of walls and then running the floor brush terrain through that, which I believe is what we're doing with the Walker procedural generation algorithm.

Anyway, can update the tileset later to perfect it, just want to get the Walker procedural generation unblocked.

Made a resources folder. Saved the terrain tileset resource as resources/terrain_procgen_tileset.tres, and the tileset image itself as assets/tilemaps/procgen_terrain_tileset.png.

Also saved a couple other tests of terrains and tilesets that contain more of the tiles from the original tileset but I couldn't get them working great with terrains.

@theCodeBear theCodeBear linked an issue Nov 18, 2024 that may be closed by this pull request
@ChaoticTechSupport
Copy link
Collaborator

looks good!, are we ready to push?

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

Successfully merging this pull request may close these issues.

Set up tileset to work with terrains
2 participants