Bevel shader is back :)
A few years ago, when I created Ludum Dare games using Flash, I often added some sort of "personal touch" to my games by adding a texture overlay to my pixels, that looked like a bevel filter in Photoshop. People got used to it and it actually became some kind of signature to me :)
Fast-forward to nowadays, I don't use this filter anymore because it used to be an easy trick in Flash, but as I've switched to HTML 5, that's something more difficult to achieve (you need some kind of shaders black magic).
But yesterday, I took my courage in both hands and tried to re-implement it using Haxe + Heaps :)
And here it is!
You can play Sabotage (post-compo) version right here: https://deepnight.net/games/sabotage-post-compo/
Shader source code here: OverlayTexture.hx (GitHub)
It's part of my Haxe libs: Libs (GitHub)
Files
Get Sabotage
Sabotage
Colonel Hubert on duty!
Status | Released |
Author | Deepnight Games |
Genre | Action |
Tags | 2D, gamepad, haxe, heaps, Ludum Dare, Ludum Dare 45, Pixel Art, Singleplayer, Top-Down |
Comments
Log in with itch.io to leave a comment.
love the deploy and optimization. SFML? SDL ? C++ ?
Oh hell yes, classic deepnight <3