16 Commits

Author SHA1 Message Date
Matthew
542a8a4a82 Merge pull request #9773 from darkstarworks/master
Update 07.killing_player.rst
2024-10-04 03:44:36 +02:00
J. F. Dowsley
6f0b105858 Update groups tutorial for project-wide node groups 2024-06-07 11:21:04 -03:00
gomaproi
c39a8d9dc5 Update some screenshots in the Scripting section for Godot 4 (#6851) 2023-03-06 10:48:20 +01:00
31
a9ed49e29f Scene unique nodes: clarify intended usage (#6670)
Scene unique nodes: clarify intended usage
2023-02-24 17:46:48 +03:00
Jcrespo
b2cfd379c2 Document new script template system for Godot 4.0
The script templates page wasn't updated after godotengine/godot#53957
The templates are now per node type and folder organization has changed.

A few behaviours and configuration have also changed. Documenting based
on current editor behaviour and source code HEAD.

Fixes #5887
2022-07-24 01:59:09 +02:00
Matthew
fd545c7a3e Document scene unique nodes (#5831)
* Document scene unique nodes

* Apply suggestions from code review

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-05-23 08:03:37 +02:00
skyace65
7a3585a382 Improve and update pausing games for Godot 4 2022-03-13 14:51:03 -04:00
Aaron Franke
5c7f653347 Optimize PNG and SVG images using oxipng and svgcleaner (#5254) 2021-09-14 17:50:17 +02:00
willnationsdev
7d66fa2ec8 Add 'How to read the Godot API' docs. 2021-03-20 18:39:00 -05:00
Hugo Locurcio
0137ca1ec3 Add a white background to the nodes/resources image
This closes #4500.
2020-12-30 13:20:27 +01:00
Nathan Lovato
d0eb1eb6bc Move remaining files out of step_by_step/
Moved those to scripting/:

- filesystem
- resources
- singletons_autoload
- scene_tree

export to export/

and godot_design_philosophy to introduction/
2020-12-02 20:31:01 -06:00
Nathan Lovato
8987df4315 Improve nodes_and_scene_instances.rst
Based on review notes, add pictures to illustrate renaming a node and
how a node leaves the remote scene tree at runtime after calling free()
or queue_free()
2020-11-10 10:30:58 -06:00
Nathan Lovato
9927bfbb71 Write nodes_and_scene_instances.rst from scripting_continued.rst
Rewrote the docs
Added an intro section about getting nodes and syntactic sugar
2020-11-07 23:11:29 -06:00
Nathan Lovato
61863b181f Move and rewrite groups.rst from sripting_continued.rst 2020-11-07 20:20:10 -06:00
Nathan Lovato
ef602495cf Move remaining pages in getting_started/scripting after rebase 2020-10-08 14:19:45 -06:00
Nathan Lovato
4272395ab7 Move scripting section to tutorials/
Closes #4113
2020-10-07 14:05:48 -06:00