Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi robert Brilliant assets ! In the gif (top right of the screen) where the player switches the mirror how did you do the laser effect and what engine did you code it in was it C2? 

Hi and thanks!

I've used LÖVE (https://love2d.org). The laser/projectile is a simple ParticleSystem (https://love2d.org/wiki/love.graphics.newParticleSystem) instance that uses a single quad from the tileset (x:208, y:256, w:16, h:16 - pink-white dot).