@tool fix

This commit is contained in:
kobewi 2023-01-22 14:11:18 +01:00
parent 4e9560bcdf
commit 853147b932
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
extends HBoxContainer
@tool
extends HBoxContainer
@onready var drag_panel: Panel = $DragPanel
@onready var name_edit: LineEdit = $Name

View File

@ -3,5 +3,5 @@
name="Simple TODO"
description="Organize random notes in tabs."
author="KoBeWi"
version="1.3"
version="1.3a"
script="SimpleTODO.gd"