class_name.gd 83 B

12345
  1. @icon("res://path/to/optional/icon.svg")
  2. class_name HelloWorld
  3. func test():
  4. pass