Skip to content

Files

Latest commit

0dd3373 · Jun 24, 2018

History

History
6 lines (4 loc) · 466 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 466 Bytes

CodeSample

This is a short code sample extracted from a 2D Space Shooter called Babylon Fleet on which I am currently working.

The presented code shows the basics of the aura system that I am using to apply buffs and debuffs. Different aura managers, derived from the same base manager class, can be added to varying components of each space ship. Those manager components then handle the various auras added to them over the course of a match.

Patrick Nimmich