mirror of
https://github.com/Relintai/Godot-Simple-TODO.git
synced 2024-12-20 10:16:52 +01:00
@tool fix
This commit is contained in:
parent
4e9560bcdf
commit
853147b932
@ -1,5 +1,5 @@
|
||||
extends HBoxContainer
|
||||
@tool
|
||||
extends HBoxContainer
|
||||
|
||||
@onready var drag_panel: Panel = $DragPanel
|
||||
@onready var name_edit: LineEdit = $Name
|
||||
|
@ -3,5 +3,5 @@
|
||||
name="Simple TODO"
|
||||
description="Organize random notes in tabs."
|
||||
author="KoBeWi"
|
||||
version="1.3"
|
||||
version="1.3a"
|
||||
script="SimpleTODO.gd"
|
Loading…
Reference in New Issue
Block a user