From 45d1169561c568e1e81670c9c57e346be3245842 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Thu, 7 Nov 2024 14:26:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0.=20=D0=9F=D1=80=D0=BE=D0=B1=D0=B5=D0=BB=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.gd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.gd b/main.gd index f10a98b..bb01577 100644 --- a/main.gd +++ b/main.gd @@ -15,12 +15,12 @@ var sock = PacketPeerUDP.new() # Called when the node enters the scene tree for the first time. func _ready(): var nodes: Dictionary = { - 'btn_add': btn_add_threats, - 'btn_del': btn_del_threats, - 'btn_save': btn_save_threats, - 'btn_load': btn_load_threats, - 'btn_rt': btn_rotate, - 'entry_rt': entry_rotate, + 'btn_add': btn_add_threats, + 'btn_del': btn_del_threats, + 'btn_save': btn_save_threats, + 'btn_load': btn_load_threats, + 'btn_rt': btn_rotate, + 'entry_rt': entry_rotate, 'chkbx_rt': chkbx_rotate} sock.bind(Consts.MAIN_ADDR[1], Consts.MAIN_ADDR[0]) sock.set_dest_address(Consts.DST_ADDR[0], Consts.DST_ADDR[1])