All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gdscript.partials.README.md Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
**Partials** are bits of code that we reuse through templates,
or use once but provide anyway in order to make template customization easier.

For example, if you only want to change the utmost parent class of API classes,
you may override `api_bee_parent_class.handlebars` in this directory.

Note that these are probably not registered as actual partials to Handlebars,
so they are _pseuds-partials_ and won't allow recursion.

> _May the fork be with you, always._




© 2015 - 2024 Weber Informatics LLC | Privacy Policy