Merge pull request #991 from asmaloney/fix-spelling

Fix spelling in demo script
pull/997/head
Rémi Verschelde 2023-01-17 11:32:58 +01:00 committed by GitHub
commit 6f2bba3630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func _ready():
$Example.group_subgroup_custom_position = Vector2(50, 50) $Example.group_subgroup_custom_position = Vector2(50, 50)
prints(" custom position now is", $Example.group_subgroup_custom_position) prints(" custom position now is", $Example.group_subgroup_custom_position)
prints("Constnts") prints("Constants")
prints(" FIRST", $Example.FIRST) prints(" FIRST", $Example.FIRST)
prints(" ANSWER_TO_EVERYTHING", $Example.ANSWER_TO_EVERYTHING) prints(" ANSWER_TO_EVERYTHING", $Example.ANSWER_TO_EVERYTHING)
prints(" CONSTANT_WITHOUT_ENUM", $Example.CONSTANT_WITHOUT_ENUM) prints(" CONSTANT_WITHOUT_ENUM", $Example.CONSTANT_WITHOUT_ENUM)