Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hey there! :)

I was looking at the wave effect, and I noticed that it was just making the whole word move up and down as opposed to by character. I managed to fix it by adding +cc in the Draw GUI event for the "wave case" - like it does in the "wave AND colour shift case" - so it reads: 

case 2: //wave
var so = t + cc;

Love your work!