UQcsse3200 / 2024-studio-2

MIT License
6 stars 1 forks source link

Particle Effect Service #602

Closed jakingy closed 1 month ago

jakingy commented 1 month ago

Description

Task: Particle Effect Service Feature: Overall game features

Refactors the particle effects from the maze minigame into a service that can be used in other parts of the game.

Example

ServiceLocator.getParticleService().playEffect(ParticleService.ParticleType.DAMAGE10, 1.2f, 1.5f);

Milestones

Completion Deadline: Oct. 10

Documentation

Member