Чистка.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user