You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/entities/scripting-entities.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,12 @@
2
2
layout: default
3
3
title: Scripting Entities
4
4
nav_order: 8
5
+
parent: Entities
5
6
---
6
7
7
8
# Writing Code for Entities
8
9
9
-
This guide covers how to add functionality to your entities in GDScript.
10
+
This guide covers how to add functionality to your entities in GDScript for Godot 3.X.
10
11
11
12
Read [Entities](https://qodotplugin.github.io/docs/entities.html) to learn about creating entities, and updating FGD and CFG files to include new entity definitions.
12
13
@@ -100,4 +101,4 @@ for player in get_tree().get_nodes_in_group("Players"):
0 commit comments