🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Daily Update #4 - Crystal updates

Published August 06, 2018
Advertisement

 

 

Today, I've fixed some bugs with the crystal throwing algorithm.

Basically, crystals will be used by the player to get to those alternative paths I've mentioned in my BPS tree entry.

There'll be at least 3 type of crystals : Fire, Water and Life.

Each will be thrown to eliminate obstacles at the entry point of each alternatives paths.

I've also planned them to be persistent throughout runs. This means that the amount of crystals are linked to a save file rather than a run.

So if the player didn't used their crystal during the run, then they'll have the opportunity to use them in another one.

crystals_0-86.gif.acadfcc15ec0cf201401ddc58084d9ea.gif

As you can see, each type of crystal has a particular particle effect attached to them.

I've tried to simulate how each type of elements would react. So the fire crystal particles behaves like flames, life one like fireflies and water one like drops of water.

I still have to give them a distinctive shape... For now, I've used the default particle sprite provided with Unity.

Also, after a crystal hit something, it'll generate other type of particles. These particle will move accordingly to the impact force.

crystalParticles_547-738.gif.28228cf2cbcdd54ff84a26bfd66036f0.gif

So, to recap, I've been working on particles for the past days... Kinda slow, but I think it's worth it...

 

 

2 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement