SaydAziz / ApocalypseTrain

A 4 player Co-Op Survival Top Down Shooter
1 stars 0 forks source link

Pfe enemy difficulty increase #68

Closed chopov1 closed 3 months ago

chopov1 commented 3 months ago

TODO: Allow enemies to increase difficulty each encounter + spawn encounter chunks

Solution: Create two data assets, with one that resets itself using the other at the start of each game so changes can be applied to all enemies through one data asset. Use delegates for systems to communicate with game state about when chunk spawns.