-
Brian Peiris authoredBrian Peiris authored
Component Docs
- Systems
- Components
Systems
app-mode
Simple system for keeping track of a modal app state
src/systems/app-mode.js
exit-on-blur
Emits an "exit" event when a user has stopped using the app for a certain period of time
src/systems/exit-on-blur.js
personal-space-bubble
Iterates through bubbles and invaders on every tick and sets invader state accordingly. testing multiline things
src/systems/personal-space-bubble.js
Components
misc
animation-mixer
Instantiates and updates a THREE.AnimationMixer on an entity.
src/components/animation-mixer.js
matcolor-audio-feedback
Sets an entity's color base on audioFrequencyChange events.
src/components/audio-feedback.js
css-class
Sets the CSS class on an entity.
src/components/css-class.js
duck
Floats a duck based on its scale.
src/components/duck.js
event-repeater
Listens to events from an event source and re-emits them on this entity
src/components/event-repeater.js
loop-animation
Loops the given clip using this entity's animation mixer
src/components/loop-animation.js
offset-relative-to
Positions an entity relative to a given target when the given event is fired.
src/components/offset-relative-to.js