Adjust GDscript example formatting in Using Containers (#5020)

This commit is contained in:
hpnrep6
2021-06-19 16:07:47 -04:00
committed by Hugo Locurcio
parent 75f0e9d0eb
commit 8dfd8133fa

View File

@@ -170,7 +170,7 @@ to its rect size:
extends Container
func _notification(what):
if (what==NOTIFICATION_SORT_CHILDREN):
if what == NOTIFICATION_SORT_CHILDREN:
# Must re-sort the children
for c in get_children():
# Fit to own size