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
- Host: GitHub
- URL: https://github.com/godotengine/godot-docs-project-starters
- Owner: godotengine
- License: other
- Created: 2023-04-25T10:31:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T16:29:16.000Z (about 1 year ago)
- Last Synced: 2025-06-12T16:09:45.849Z (about 1 year ago)
- Language: GDScript
- Size: 3.19 MB
- Stars: 32
- Watchers: 36
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Authors: AUTHORS.md
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.