virtualx-engine/modules/gdscript/tests/scripts/parser/errors/duplicate_icon.gd

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

6 lines
62 B
GDScript3
Raw Normal View History

@icon("res://1.png")
@icon("res://1.png")
func test():
pass