VinayGupta23 / alter-ego-game

A puzzle-platformer game with clones! Developed as part of CSCI526: Mobile Games at USC.
https://vinaygupta23.itch.io/alter-ego
0 stars 1 forks source link

Add falling platforms with basic art/animation #52

Closed vinayg-usc closed 2 years ago

vinayg-usc commented 2 years ago

Due to composite colliders and tiles not being game objects, this was a seriously complex mechanic...! Right now I got it to work without any animation of the tile getting destroyed.

Fix #18.

We can merge this after #23 probably.