Commit Graph

5 Commits

Author SHA1 Message Date
Branden J Brown
3a56afe640 add personal dev scene 2023-08-19 10:38:49 -05:00
ad725ee518 refactor: unify runtime sets, update naming of event channels ()
Some general refactors:
Turns HeroPartySO into a runtime set class.
Make runtime set an IEnumerable
Simplify name of events

Reviewed-on: 
Reviewed-by: zephyr <zephyr@noreply.localhost>
Co-authored-by: Michael <mep053@gmail.com>
Co-committed-by: Michael <mep053@gmail.com>
2023-08-12 22:26:36 -05:00
7b48612c4b Implement wave based spawning of enemies
Implements basic waves of enemies that spawn. 

Reviewed-on: 
Reviewed-by: zephyr <zephyr@noreply.localhost>
Co-authored-by: Michael <mep053@gmail.com>
Co-committed-by: Michael <mep053@gmail.com>
2023-08-10 16:24:42 -05:00
3043c54bc4 Add Camera controlled by player. ()
Adds the player camera as described in .

As a note for the future that I forgot to add as a comment here, the camera zoom and rotation should be tweened to give a smoother effect.

Reviewed-on: 
Reviewed-by: zephyr <zephyr@noreply.localhost>
Co-authored-by: Michael <mep053@gmail.com>
Co-committed-by: Michael <mep053@gmail.com>
2023-07-31 19:10:41 -05:00
Branden J Brown
4245513c7c reinitialize project 2023-07-28 17:29:45 -05:00