mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-22 23:06:59 +03:00
8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://scenes/tcp_server.gd" type="Script" id=1]
|
|
|
|
[node name="TCPServer" type="Node"]
|
|
script = ExtResource( 1 )
|
|
port = 6666
|