diff --git a/scenes/bip/bip.gd b/scenes/bip/bip.gd index 9a06c4f3..9e1f6887 100644 --- a/scenes/bip/bip.gd +++ b/scenes/bip/bip.gd @@ -2,11 +2,6 @@ extends Control var selected: bool -# Called when the node enters the scene tree for the first time. -func _ready(): - pass # Replace with function body. - - # Функция присваивает заданое значение видимости селектору func set_sel_visible(value: bool): selected = value @@ -20,7 +15,6 @@ func set_ecm_visible(value: bool): $ecm_done.visible = value func _on_bip_gui_input(event): - print_debug(event) if event is InputEventMouseButton and event.pressed: match event.button_index: MOUSE_BUTTON_LEFT: