godot/modules/gdscript/tests/scripts/parser/features/class_name.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
83 B
GDScript3
Raw Normal View History

class_name HelloWorld
@icon("res://path/to/optional/icon.svg")
func test():
pass