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
|
@tool
|
||||||
|
extends HBoxContainer
|
||||||
|
|
||||||
@onready var drag_panel: Panel = $DragPanel
|
@onready var drag_panel: Panel = $DragPanel
|
||||||
@onready var name_edit: LineEdit = $Name
|
@onready var name_edit: LineEdit = $Name
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
name="Simple TODO"
|
name="Simple TODO"
|
||||||
description="Organize random notes in tabs."
|
description="Organize random notes in tabs."
|
||||||
author="KoBeWi"
|
author="KoBeWi"
|
||||||
version="1.3"
|
version="1.3a"
|
||||||
script="SimpleTODO.gd"
|
script="SimpleTODO.gd"
|
Loading…
Reference in New Issue
Block a user