This is a stage extension that adds the drop shadow shader used in V-Slice to Codename Engine. (The shader you see in the senpai and tankmen erect stages)
In your stage xml file, put in <use-extension script="dropshadow-effect"/> to import the script.
To understand how to use the stage extension, read this tutorial.
To view examples, visit this branch.
- Syrup: Made the stage extension, added some new variables
- Moro-Maniac: Ported the shader frag file
- Nex_isDumb: Made the DropShadowShader class, made fixes and optimizations
MAKE SURE YOUR ENGINE IS UP TO DATE (V1 or higher), PREVIOUS VERSIONS OF THE ENGINE DOES NOT SUPPORT THIS SCRIPT
For Texture Atlas support, visit this branch