aboutsummaryrefslogtreecommitdiff
path: root/lib/systems/grab.js
AgeCommit message (Collapse)Author
2020-03-09Use new lib componentsHEADmainBen Beltran
2018-05-29Add gamepad support (#10)Rubén Beltrán del Río
* Update docs * Add gamepad support * Remove console logs * Add factories for controllables * Add both controllables * Add gamepad support to changelog
2018-05-28Add Grab System (#9)Rubén Beltrán del Río
* Remove unused code * Adds grab components * Adds grab nodes * Add sensors to the physics world * Add grab systems * Add new sprites * Attach grab components * Add grab system to engine * Update changelog