Search found 1 match
- Wed Apr 25, 2012 10:56 pm
- Forum: Support and Development
- Topic: Very new to Lua. Collision stuff i guess.
- Replies: 2
- Views: 2279
Very new to Lua. Collision stuff i guess.
Ok so this is really the last thing i need for my game to have a basic shape. How do i make it so that my character will not pass an object that i draw? Im using the CheckCollision function to find if there is a collision, only problem is, i dont know what to do with the result. Not sure what the pr...