aboutsummaryrefslogtreecommitdiff
path: root/lib/systems/draw_dash.js
AgeCommit message (Collapse)Author
2020-03-09Use new lib componentsHEADmainBen Beltran
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
2018-04-23Draw the Arena (#7)Rubén Beltrán del Río
* Add defaults to config * Create arena sprite * Draw the arena * Draw a face when cooling down the dash * Correct linter issues