An open API service indexing awesome lists of open source software.

https://github.com/godotengine/godot-docs-project-starters

A collection of project templates and assets used by tutorials in the official Godot documentation. https://github.com/godotengine/godot-docs
https://github.com/godotengine/godot-docs-project-starters

Last synced: about 1 year ago
JSON representation

A collection of project templates and assets used by tutorials in the official Godot documentation. https://github.com/godotengine/godot-docs

Awesome Lists containing this project

README

          

# Godot Engine documentation project starters

This repository contains project files and assets used by tutorials in the [Godot Engine](https://godotengine.org)'s [documentation](https://github.com/godotengine/godot-docs/).

They can be referenced in the documentation using the normal RST link syntax:

```rst
`file_name.zip `_
```

## Contributing

All contributors are welcome to help on the Godot documentation. Please familiarize yourself with contribution guidelines of the [main documentation repository](https://github.com/godotengine/godot-docs), namely:

1. [Contributing to the online manual](https://docs.godotengine.org/en/latest/contributing/documentation/contributing_to_the_documentation.html)
2. [Content guidelines](https://docs.godotengine.org/en/latest/contributing/documentation/content_guidelines.html)
3. [Writing guidelines](https://docs.godotengine.org/en/latest/contributing/documentation/docs_writing_guidelines.html)

GDScript sources in this repository must follow the [GDScript style guide](https://docs.godotengine.org/en/latest/tutorials/scripting/gdscript/gdscript_styleguide.html). Assets in this repository must be compatible with the license of the repository.

## License

All the content of this repository is licensed under the Creative Commons Attribution 3.0 Unported license ([CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)) and is to be attributed to "Juan Linietsky, Ariel Manzur and the Godot community".
See [LICENSE.txt](/LICENSE.txt) for details.