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 more custom property, fixed collisions and light occluders position, enabled one-way collision and added light occluder node for tile objects #155

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

erniel
Copy link

@erniel erniel commented Jun 21, 2022

-added "custom_material" custom property for single tile in tileset,
-added "name" custom property for single tile in tileset,
-added "z_index" custom property for single tile in tileset,
-fixed occluder position of tileset to match the texture position,
-fixed collision position of tile object to match the texture position,
-set collision type to "one-way" to add one way collision to your staticbody (tile object)
-set collision type to "occluder" to make light occluder node to your tile object

erniel added 2 commits June 21, 2022 13:15
…ed name custom property for single tile in tileset, added Z_index custom property for single tile in tileset, fixed occluder position for tileset, fixed collision position of tile object, enabled one-way collision for tile object, added light occluder for tile object.
…ed name custom property for single tile in tileset, added Z_index custom property for single tile in tileset, fixed occluder position for tileset, fixed collision position of tile object, enabled one-way collision for tile object, added light occluder for tile object.
@dogboydog
Copy link

Just tried your version. Collisions are in the right places for me now in Godot 3.5. Thank you

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.

2 participants