Доработка. Пробелы
This commit is contained in:
12
main.gd
12
main.gd
@@ -15,12 +15,12 @@ var sock = PacketPeerUDP.new()
|
|||||||
# Called when the node enters the scene tree for the first time.
|
# Called when the node enters the scene tree for the first time.
|
||||||
func _ready():
|
func _ready():
|
||||||
var nodes: Dictionary = {
|
var nodes: Dictionary = {
|
||||||
'btn_add': btn_add_threats,
|
'btn_add': btn_add_threats,
|
||||||
'btn_del': btn_del_threats,
|
'btn_del': btn_del_threats,
|
||||||
'btn_save': btn_save_threats,
|
'btn_save': btn_save_threats,
|
||||||
'btn_load': btn_load_threats,
|
'btn_load': btn_load_threats,
|
||||||
'btn_rt': btn_rotate,
|
'btn_rt': btn_rotate,
|
||||||
'entry_rt': entry_rotate,
|
'entry_rt': entry_rotate,
|
||||||
'chkbx_rt': chkbx_rotate}
|
'chkbx_rt': chkbx_rotate}
|
||||||
sock.bind(Consts.MAIN_ADDR[1], Consts.MAIN_ADDR[0])
|
sock.bind(Consts.MAIN_ADDR[1], Consts.MAIN_ADDR[0])
|
||||||
sock.set_dest_address(Consts.DST_ADDR[0], Consts.DST_ADDR[1])
|
sock.set_dest_address(Consts.DST_ADDR[0], Consts.DST_ADDR[1])
|
||||||
|
|||||||
Reference in New Issue
Block a user