chore: add node type

This commit is contained in:
Dmitriy Pleshevskiy 2024-02-13 23:32:33 +03:00
parent 34882c3d4b
commit da5072e454
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ signal note_pressed(note: Note)
const NOTE_ITEM = preload("res://components/note_item/note_item.tscn")
@onready var back_button = %BackButton
@onready var back_button: Button = %BackButton
@onready var page_title: Label = %PageTitle
@onready var notes_container: VBoxContainer = %NotesContainer

View File

@ -11,7 +11,7 @@ config_version=5
[application]
config/name="Boronotes"
config/version="0.0.1"
config/version="0.1"
run/main_scene="res://main.tscn"
config/quit_on_go_back=false
config/features=PackedStringArray("4.2", "Mobile")