Skip to content

Commit ddb1c93

Browse files
authored
Update scripting-entities.md
1 parent c7f5c98 commit ddb1c93

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/entities/scripting-entities.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
layout: default
33
title: Scripting Entities
44
nav_order: 8
5+
parent: Entities
56
---
67

78
# Writing Code for Entities
89

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.
1011

1112
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.
1213

@@ -100,4 +101,4 @@ for player in get_tree().get_nodes_in_group("Players"):
100101
if player.role == "mage":
101102
print("player is a mage")
102103
break
103-
```
104+
```

0 commit comments

Comments
 (0)