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

Improve Welcome Game Collision and Controls #65

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

Conversation

BRNMan
Copy link

@BRNMan BRNMan commented Nov 14, 2024

When I first considered enable3d for my project, I played the welcome game on the website and came away with an unfair impression of the project because the player would phase into a lot of the geometry in the scene, and the controls were not complete.
For example, the player can step underneath this ox at the beginning, which made me wonder if the collision worked:
image

This commit should mitigate some of the collision jank by making the player's bounding box more accurate. It also adds left right and backwards movement so the player can move around like a normal game and increases the jump reset timer.

…welcome game. Also increases jump reset time.
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.

1 participant