diff --git a/.gitignore b/.gitignore index 4926cdb..75a6bec 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ mono_crash.*.json /.idea/ /bin/ /build/ +/bin/ /html/ /commit.gd /.godot/ diff --git a/consts.gd b/consts.gd index 4c527fe..5c053d0 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 # Высота строки таблицы в пикселях