add initial server implementation

This commit is contained in:
Lera Elvoé
2022-06-21 15:48:14 +03:00
parent ec63dde2b0
commit 6478f54689
4 changed files with 92 additions and 2 deletions

8
Main.tscn Normal file
View File

@@ -0,0 +1,8 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Main.gd" type="Script" id=1]
[node name="Main" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )