2021-02-23 13:06:58 +01:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2021-01-28 11:55:53 +01:00
|
|
|
|
|
|
|
[ext_resource path="res://scenes/game.gd" type="Script" id=1]
|
2021-02-04 16:11:56 +01:00
|
|
|
[ext_resource path="res://music/gigantic-greasy-giraffe.ogg" type="AudioStream" id=2]
|
2021-02-23 13:06:58 +01:00
|
|
|
[ext_resource path="res://scenes/tcp_server_shell.tscn" type="PackedScene" id=3]
|
2021-01-28 11:55:53 +01:00
|
|
|
|
|
|
|
[node name="Node" type="Node"]
|
|
|
|
script = ExtResource( 1 )
|
2021-02-04 16:11:56 +01:00
|
|
|
|
|
|
|
[node name="Music" type="AudioStreamPlayer" parent="."]
|
|
|
|
stream = ExtResource( 2 )
|
|
|
|
volume_db = -15.0
|
|
|
|
autoplay = true
|
2021-02-23 13:06:58 +01:00
|
|
|
|
|
|
|
[node name="ShellServer" parent="." instance=ExtResource( 3 )]
|
|
|
|
port = 6666
|