Thank you so much! Probably we would have added more story/explanation for the puzzle but we were pushing for time as-is haha
code807
Creator of
Recent community posts
Thank you! I'm really happy with how the shader turned out. I think it's very satisfying to see something you make appear in the game.
As far as the floatiness goes, I was basing the movement on the original Castlevania's movement and jump style because that game is always a big inspiration source for me. In retrospect, I probably should have just made mid-air motion free. Less challenging, maybe, but less frustrating.
Thank you! That's some shader trickery I cooked up. The sword and sword slash sprites on the character are actually plain red and green gradients. When you finish a sword, which is basically just you drawing colors on a canvas, I remap the drawing with code into a square texture and plug it into the sword's shader. The shader uses the red and green pixels of the sword sprite as coordinates to reference that texture. The result is that the sword you make becomes the sword you see in play!