Emit particles from inside an artefact's area
The entitys are draggable
Test purpose
- Create a shape and Phrase entity to act as areas within which Particles will be generated.
- Create a world object and Emitter entity to generate particles in the phrase entity.
- Clone the Emitter entity, updating it so that it uses the shape entity for its particle generation area.
- Check that particle generation responds as expected when dragging the area entitys around the canvas.
Annotated code