mirror of
https://github.com/Relintai/Godot-Simple-TODO.git
synced 2024-12-20 10:16:52 +01:00
8 lines
202 B
GDScript
8 lines
202 B
GDScript
extends HBoxContainer
|
|
@tool
|
|
|
|
@onready var drag_panel: Panel = $DragPanel
|
|
@onready var name_edit: LineEdit = $Name
|
|
@onready var counter: Label = $Counter
|
|
@onready var minimize_button: Button = $Minimize
|