pigdevstudio / platform_template

Template project for platform games in Godot Engine.
MIT License
72 stars 12 forks source link

Implement Customized Character #38

Open ditocruz opened 6 years ago

ditocruz commented 6 years ago

Hi, Will be ok to implement a character customization and save the game and load conserving the changes done and checkpoint.

Thanks

henriiquecampos commented 6 years ago

Hey thanks so much for the suggestion. Since this is a very specific topic, which most of the games don't support, I'll put it in the backlog. After the basic setup of the template is finish we can start working on these specific systems, together with #17 :smile:

Zerokami commented 6 years ago

@ditocruz This is a very specific request. This would be the type of thing you'd find in a finished game and not a template. And that too only some finished games. Not many finished games have this feature. A lot of platformer elements are being implemented and fixed. These need to done in order to add things that you'd find in a final game Remember, this is a platformer template and basic and advanced platformer features need to be implemented first. For example ladders and pass through platforms and jumping down through them is being implemented. I strongly think we need to implement platformery elements that make a platformer a platformer first, like ladder, jump down platforms, falling platforms, trampolines etc