platform_template
platform_template copied to clipboard
Template project for platform games in Godot Engine.
Hi, Will be ok to implement a character customization and save the game and load conserving the changes done and checkpoint. Thanks
Daisy Dangerous has a water shader that reflects like a Lake. Maybe we could copy the shader and use it in the template 
Some times the actor doesn't play the climb animation, especially when jump>climb or fall>climb or air_dash>climb.
I'll have to dig a bit on this, but as far as I could see is something related to states transitioning, either from or to the `dash.gd`. But It needs...
https://github.com/RodZill4/godot-platform2d This plugin has moving platforms. Maybe this could be implemented in the platform_template
Why not have a Debug boolean for plugin that prints useful information like state change and other info if Debug is true. And maybe in the future even an array...
 Nija Squid is MIT. https://github.com/securas/ninja-squid
 Player is not jumping when jump is pressed when going down a slope. Seems the player is kinda bouncing around while going down the slope and...