Рефактор
This commit is contained in:
6
main.gd
6
main.gd
@@ -7,7 +7,7 @@ var sock = PacketPeerUDP.new()
|
||||
@onready var btn_del_threads = get_node('tabs/threats/btn_del')
|
||||
|
||||
@onready var header_pomehi = get_node('tabs/pomehi/header_p')
|
||||
@onready var table_pomehi = get_node('tabs/pomehi/table_p')
|
||||
@onready var table_pomehi = get_node('tabs/pomehi/table_p')
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
@@ -24,7 +24,3 @@ func _ready():
|
||||
func on_timeout():
|
||||
sock.put_packet(Threats.get_threats_data())
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
#func _process(delta):
|
||||
# pass
|
||||
|
||||
Reference in New Issue
Block a user