Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions registry/gdscript/gdscript.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: gdscript
description: "GDScript language syntax for Godot 4 — keywords, operators, control flow and match, classes and inheritance, functions and lambdas, static typing, @export and the annotation catalog, signals and await, doc comments, the warning system, and the official style guide. Language syntax only: for the built-in functions (preload, load, inst, range, str, print, push_error) and for engine APIs and node classes, use the godot package instead."
repository: https://github.com/godotengine/godot-docs

source:
type: git
url: https://github.com/godotengine/godot-docs
ref: stable
docs_path: tutorials/scripting/gdscript
8 changes: 8 additions & 0 deletions registry/godot/godot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: godot
description: "Godot Engine 4 documentation — the complete class reference (every node, resource and singleton, plus the @GDScript and @GlobalScope built-in functions and constants) together with the engine tutorials: 2D and 3D, physics, animation, rendering, UI, navigation, multiplayer, shaders, plugins and exporting. For GDScript language syntax, use the gdscript package instead."
repository: https://github.com/godotengine/godot-docs

source:
type: git
url: https://github.com/godotengine/godot-docs
ref: stable