part of client logic moved to new project

This commit is contained in:
2022-07-10 12:59:10 +03:00
parent 0eab3ba8f3
commit 89ddbc19d9
44 changed files with 138 additions and 205 deletions

View File

@@ -0,0 +1,6 @@
name: ""; #label, which displays in launcher
directory: ""; #name of program' directory on server and client
description: ""; #desctiption, which displays in launcher
icon: ""; #name of the icon file
background: ""; #name of the background file
launchcommand: ""; #command, which starts the program

View File

@@ -0,0 +1,6 @@
version: 1;
$server: {
ip: "127.0.0.1";
port: 25000;
};