Рефактор.

This commit is contained in:
sasha80
2024-06-19 09:19:56 +03:00
parent c524f2f9b8
commit 83c888890b
2 changed files with 10 additions and 15 deletions

View File

@@ -10,8 +10,3 @@ func on_btn_cancel_pressed(btn):
signaller.emit_signal('interfer_off_all')
await get_tree().create_timer(0.1).timeout
btn.pressed = false
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass