crystal-bit / godot-game-template

Generic template for Godot games
MIT License
598 stars 47 forks source link

Idea: integrate with Fancy Fades #64

Open Iftahh opened 2 years ago

Iftahh commented 2 years ago

Fancy Fades has a bunch of scene change animations - see https://godotengine.org/asset-library/asset/741 It would be great to have it integrated with Godot Game Template

davcri commented 2 years ago

It would be nice to make an example project to showcase how to integrate Fancy Fades, however I'm not sure it would be a good idea to integrate it directly in the base template.

There are a lot of addons that I considered adding to the base template (see https://github.com/crystal-bit/godot-game-template/wiki/5.-Addons-&-Plugins), however there's a risk to bloat the codebase this way. I prefer to keep the complexity as low as possible for now, since I don't have that much time to maintain the template anyway.

Iftahh commented 2 years ago

Makes perfect sense, thanks for the reply!