Search found 1 match
- Sat Mar 01, 2014 5:52 am
- Forum: Support and Development
- Topic: Hardon Collider Trouble
- Replies: 1
- Views: 1496
Hardon Collider Trouble
Scenario: Two rectangles falling at the same speed, how do I get them to both collide with the ground and stop? Here is my code: HC = require 'hardoncollider' function on_collide_2(dt, shape_a, shape_b) local other if shape_a == player_1 then other = shape_b elseif shape_b == player_1 then other = s...