Make script annotations placed before class_name and extends

This commit is contained in:
Aaron Franke 2022-10-22 18:32:21 -05:00
parent dcb3754db0
commit 6590e1fd8a
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
4 changed files with 15 additions and 47 deletions

View file

@ -1,5 +1,5 @@
class_name HelloWorld
@icon("res://path/to/optional/icon.svg")
class_name HelloWorld
func test():
pass