New Base Core Asset and Particle Effects!
Our great artist Jordan just gave us the new updated Base Core that you need to defend in order to win the game. Also some testing with Orbital Strike was done. I managed to get particles in the game, and have been playing around with some special effects.
Particles:
I implemented the Particle system using Direct X’s Point Sprites and flyweight pattern. The emitters can be changed to have different behaviors. The variables I included for customizing the particles include: Particles Size, Life, Speed, Gravity, and Color. All of these parameters take in a Min value and a Max value; then the emitter randomizes between the Min and Max values for each particle it emits, that way we can have variety and “random” particle emission.
0 Comments