mirror of
https://github.com/Relintai/pandemonium_engine_docs.git
synced 2025-01-04 14:49:52 +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
|
||||
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({
|
||||
|
Loading…
Reference in New Issue
Block a user