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

new terrain #12

Open
Hockl12h opened this issue Feb 7, 2024 · 1 comment
Open

new terrain #12

Hockl12h opened this issue Feb 7, 2024 · 1 comment

Comments

@Hockl12h
Copy link

Hockl12h commented Feb 7, 2024

hi does anyone know how to place more terrain blocks?

@CreativeName200
Copy link

CreativeName200 commented Mar 1, 2024

Here's what I did. You can use this or mess around with the x and y stuff. Idk, I was just messing around.

objects = [*floor, Block(0, HEIGHT - block_size * 2, block_size),
Block(block_size * 5, HEIGHT - block_size * 5, block_size),
Block(block_size * 1, HEIGHT - block_size * 2, block_size),
Block(block_size * 7, HEIGHT - block_size * 6, block_size),
Block(block_size * 10, HEIGHT - block_size * 6, block_size),
Block(block_size * 11, HEIGHT - block_size * 6, block_size),
Block(block_size * 15, HEIGHT - block_size * 7, block_size),
Block(block_size * 3, HEIGHT - block_size * 4, block_size), fire]

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

2 participants