Merge pull request #67774 from aaronfranke/script-annotations
Make script annotations be placed before `class_name` and `extends`
This commit is contained in:
commit
1c3653e083
4 changed files with 15 additions and 47 deletions
|
|
@ -1,5 +1,5 @@
|
|||
class_name HelloWorld
|
||||
@icon("res://path/to/optional/icon.svg")
|
||||
class_name HelloWorld
|
||||
|
||||
func test():
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue