Removed class name from SelectorPopup.

This commit is contained in:
Patrick 2021-08-08 16:50:50 +02:00
parent efe9556579
commit b4499a1a97
Signed by: mewin
GPG Key ID: CEDB412C39B5BC47

View File

@ -1,7 +1,5 @@
extends PopupPanel extends PopupPanel
class_name SelectorPopup
class _Item: class _Item:
var label : String var label : String
var icon : Texture var icon : Texture