From 879355e2edf595e5a934e1e70a08076c2a25d396 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Fri, 18 Aug 2023 14:22:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=B0=D1=82.=20=D0=90=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consts.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consts.gd b/consts.gd index f06641f..4c527fe 100644 --- a/consts.gd +++ b/consts.gd @@ -5,7 +5,7 @@ const MENU_SCENE_FILE: String = 'res://меню.tscn' # Адрес имитатора const MAIN_ADDR = [ '127.0.0.1', 42022 ] -const DST_ADDR = [ '127.0.0.1', 42023 ] +const DST_ADDR = [ '127.0.0.1', 42023 ] const TABLE_ROW_HIGHT = 34 # Высота строки таблицы в пикселях