Small tweak.

This commit is contained in:
Relintai 2024-05-04 13:28:28 +02:00
parent 8e87dc1fe7
commit c59d02d2c9

View File

@ -319,7 +319,7 @@ For better visual distinguishing of properties, a special script category can be
embedded into the inspector to act as a separator. `Script Variables` is one
example of a built-in category.
```
```
func _get_property_list():
var properties = []
properties.append({
@ -349,7 +349,7 @@ example of a built-in category.
A list of properties with similar names can be grouped.
```
```
func _get_property_list():
var properties = []
properties.append({