Half-baked state. Most of the UI is mostly done, but the integration with Grist (or any other data provider) is still missing.
5 lines
57 B
GDScript
5 lines
57 B
GDScript
extends ItemList
|
|
|
|
func _ready() -> void:
|
|
add_item("aa")
|