Чистка.

This commit is contained in:
sasha80
2024-01-24 16:04:48 +03:00
parent 8aeb1e4d4e
commit e7c1670a0d

View File

@@ -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: