Search found 5 matches
- Thu Dec 10, 2015 6:23 pm
- Forum: Support and Development
- Topic: Two keys at once
- Replies: 3
- Views: 2575
Re: Two keys at once
Yup no problem. Running windows here, so makes perfect sense.
- Thu Dec 10, 2015 6:19 pm
- Forum: Support and Development
- Topic: Physics - Limit velocity
- Replies: 8
- Views: 6293
Re: Physics - Limit velocity
You should be able to just set it's linear velocity if it's higher than you want. Other than that, there's a settings file in Box2D itself that has a maximum linear velocity for all solid bodies, not individually. local xvel, yvel = body:getLinearVelocity() body:setLinearVelocity( math.min(xvel, max...
- Thu Dec 10, 2015 6:07 pm
- Forum: Support and Development
- Topic: Two keys at once
- Replies: 3
- Views: 2575
Re: Two keys at once
Can you please either provide the most up to date code, or revert back to the one you have on github? The project seems to work just fine on my computer.
Re: New here!
I can't believe I overlooked them, Escher belongs at the top of the list with Giger, I added Del Toro as well :P. wasn't sure how many people would be reading that bit of the post so I over looked some things. Thanks for the link! I've been getting into it a bit. here's an image of that robot game, ...
New here!
I thought I'd drop in and make an introductory post. My name's Josh. I'm 20 years old and have been dabbling in code since age 11, but only got serious about it 3-4 years ago. I have the most experience with C++ but I'm not caught all the way up with C++11 yet. I have a bit of experience with Python...