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 b2579e9cef
commit ac54967162

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