]> git.r.bdr.sh - rbdr/sumo/commit - lib/nodes/grabber.js
Add Grab System (#9)
authorRubén Beltrán del Río <redacted>
Tue, 29 May 2018 02:35:38 +0000 (21:35 -0500)
committerGitHub <redacted>
Tue, 29 May 2018 02:35:38 +0000 (21:35 -0500)
commit1676911c8a2621274bf75ff7271faa926cf58d6c
tree776613e919a5fae242ba65f0871028d4c678bcff
parent764ac76aa90b75cd5d79c217220654a6975069af
Add Grab System (#9)

* 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
15 files changed:
CHANGELOG.md
lib/components/grab.js [new file with mode: 0644]
lib/components/grab_area.js [new file with mode: 0644]
lib/components/grabbable.js [new file with mode: 0644]
lib/factories/pixi.js
lib/factories/sumo.js
lib/nodes/drawn_grabber.js [new file with mode: 0644]
lib/nodes/grab_area.js [new file with mode: 0644]
lib/nodes/grabbable.js [new file with mode: 0644]
lib/nodes/grabber.js [new file with mode: 0644]
lib/sumo.js
lib/systems/draw_dash.js
lib/systems/draw_grab.js [new file with mode: 0644]
lib/systems/grab.js [new file with mode: 0644]
lib/systems/physics_world_control.js