-
Notifications
You must be signed in to change notification settings - Fork 10
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
Jseb #24
Jseb #24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution. Please review my comments and make the appropriate changes before I can merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I made a few final cleanups to the code but overall it was good. 👍
I've added a function to platypus :
platypus.define_collisions(collisions)
As in
create()
,collisions
is a table with top,bottom,left and right values.This function modify local RAYS table , used by platypus for compute rays.
There is a sample : move with left / right, and see the collision modification when crouching (down key).