Run scripts to format and make headers consistent

This commit is contained in:
Aaron Franke
2022-10-09 01:47:07 -05:00
parent bcfa3bf320
commit 592bd15c7a
40 changed files with 114 additions and 114 deletions

View File

@@ -21,7 +21,7 @@ func _ready():
prints("Property list")
$Example.property_from_list = Vector3(100, 200, 300)
prints(" property value ", $Example.property_from_list)
# Call methods.
prints("Instance method calls")
$Example.simple_func()