Skip to content

Commit 1f8095d

Browse files
committed
Renaming a few things that I missed
1 parent b7ce937 commit 1f8095d

File tree

3 files changed

+67
-18
lines changed

3 files changed

+67
-18
lines changed

addons/dialogic/Events/TextInput/DialogicDisplay_TextInput.gd renamed to addons/dialogic/Events/TextInput/DialogicNode_TextInput.gd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ func _ready():
1414
get_node(confirmation_button).pressed.connect(_on_confirmation_button_pressed)
1515
if input_line_edit:
1616
get_node(input_line_edit).text_changed.connect(_on_input_text_changed)
17-
hide()
17+
visible = false
18+
print('here')
1819

1920
func set_text(text:String) -> void:
2021
if get_node(text_label) is Label:

0 commit comments

Comments
 (0)