Search found 3 matches

by Mekapix
Mon Mar 23, 2015 5:45 pm
Forum: Support and Development
Topic: Sprite collision
Replies: 0
Views: 979

Sprite collision

Hello, I'm trying to add gravity to this collision example but I can't think of how to do it. My main issue is applying gravity to the player character rather than the world as I added some lines so there's a world with gravity applied but it doesn't work with the character. I've tried binding the c...
by Mekapix
Fri Mar 20, 2015 3:16 pm
Forum: Libraries and Tools
Topic: Re: Tile collision example
Replies: 8
Views: 10560

Re: Tile collision example

Or if it's possible to use the tile collision and bind it to the world from the physics tutorial, that'd really help too!
by Mekapix
Fri Mar 20, 2015 3:14 pm
Forum: Libraries and Tools
Topic: Re: Tile collision example
Replies: 8
Views: 10560

Re: Tile collision example

Hey, your collision detection is amazing but I'm not used to using entities, so could I ask how you'd bound images to an entity like you've made and then apply physics to it? I've essentially got code that doesn't have collision detection but can use images as the player character and has gravity ap...