mirror of
https://github.com/Relintai/pandemonium_engine_docs.git
synced 2025-01-06 15:00:03 +01:00
Small tweak.
This commit is contained in:
parent
8e87dc1fe7
commit
c59d02d2c9
@ -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
|
embedded into the inspector to act as a separator. `Script Variables` is one
|
||||||
example of a built-in category.
|
example of a built-in category.
|
||||||
|
|
||||||
```
|
```
|
||||||
func _get_property_list():
|
func _get_property_list():
|
||||||
var properties = []
|
var properties = []
|
||||||
properties.append({
|
properties.append({
|
||||||
@ -349,7 +349,7 @@ example of a built-in category.
|
|||||||
|
|
||||||
A list of properties with similar names can be grouped.
|
A list of properties with similar names can be grouped.
|
||||||
|
|
||||||
```
|
```
|
||||||
func _get_property_list():
|
func _get_property_list():
|
||||||
var properties = []
|
var properties = []
|
||||||
properties.append({
|
properties.append({
|
||||||
|
Loading…
Reference in New Issue
Block a user