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

Bicycle platform improvements #2898

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MatusGuy
Copy link
Member

@MatusGuy MatusGuy commented Apr 7, 2024

  • easier to place
  • custom sprites
  • unisolid
  • follow paths

@MatusGuy MatusGuy requested a review from mrkubax10 April 7, 2024 09:15
@MatusGuy MatusGuy added status:in-progress Progress has been done, but more is intended be done type:feature category:code labels Apr 7, 2024
@tobbi tobbi changed the title Bycicle platform improvements Bicycle platform improvements Apr 9, 2024
@@ -55,8 +61,7 @@ BicyclePlatformChild::collision(GameObject& other, const CollisionHit& )
const float gravity = Sector::get().get_gravity();

// Somehow the hit parameter does not get filled in, so to determine (hit.top == true) we do this:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this still true?

{
child->remove_me();
}
std::cout << m_angular_speed << std::endl;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove debug code (in other places too).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request is not ready for review

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You requested review from me.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, you're right, I did. It was an accident, sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:code status:in-progress Progress has been done, but more is intended be done type:feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants