lots of bugfixes

This commit is contained in:
2023-02-24 17:43:03 +01:00
parent 294abe6b6f
commit 851a9fa99c
7 changed files with 31 additions and 17 deletions

View File

@@ -6,6 +6,7 @@
transparent_bg = true
size = Vector2i(1537, 193)
visible = true
always_on_top = true
script = ExtResource("1_gdt1r")
[node name="v_box_container" type="VBoxContainer" parent="."]
@@ -39,5 +40,8 @@ caret_blink = true
caret_blink_interval = 0.5
caret_force_displayed = true
[node name="cheatcode_timer" type="Timer" parent="."]
one_shot = true
[connection signal="popup_hide" from="." to="." method="OnPopupHide"]
[connection signal="text_submitted" from="v_box_container/line_edit" to="." method="OnLineEditTextSubmitted"]