Доработка. Теперь только для Godot4

This commit is contained in:
sasha80
2023-06-13 14:14:17 +03:00
parent 196298d220
commit d57ddc2f63
27 changed files with 934 additions and 886 deletions

View File

@@ -1,12 +1,11 @@
extends Node2D
export (String, FILE) var MENU_SCENE_FILE = 'res://меню.tscn'
const MENU_SCENE_FILE: String = 'res://меню.tscn'
# Адрес имитатора
const MAIN_ADDR = [ '10.1.1.5', 50005 ]
const DST_ADDR = [ '10.1.1.79', 50079 ]
const MAIN_ADDR = [ 'localhost', 50005 ]
const DST_ADDR = [ 'localhost', 50079 ]
const TABLE_ROW_HIGHT = 34 # Высота строки таблицы в пикселях