2021-05-14 10:26:04 +00:00
|
|
|
[gd_scene load_steps=6 format=2]
|
2020-02-04 16:38:02 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://Scripts/RootNode.gd" type="Script" id=1]
|
2020-03-01 23:18:15 +00:00
|
|
|
[ext_resource path="res://Scenes/Lobby.tscn" type="PackedScene" id=2]
|
2020-08-16 12:10:31 +00:00
|
|
|
[ext_resource path="res://Environment.tres" type="Environment" id=3]
|
2021-05-14 10:26:04 +00:00
|
|
|
[ext_resource path="res://Scripts/AudioStreamPlayer.gd" type="Script" id=4]
|
|
|
|
[ext_resource path="res://Audio/Music/SpaceMainTheme_r1_session.ogg" type="AudioStream" id=5]
|
2020-02-04 16:38:02 +00:00
|
|
|
|
|
|
|
[node name="RootNode" type="Node"]
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
2020-03-01 23:18:15 +00:00
|
|
|
[node name="Lobby" parent="." instance=ExtResource( 2 )]
|
2020-08-16 16:19:42 +00:00
|
|
|
margin_left = 1.0
|
2020-08-16 12:10:31 +00:00
|
|
|
margin_top = 1.0
|
2020-08-16 16:19:42 +00:00
|
|
|
margin_right = 1.0
|
2020-08-16 12:10:31 +00:00
|
|
|
margin_bottom = 1.0
|
2020-02-11 09:59:27 +00:00
|
|
|
|
|
|
|
[node name="ConsoleOutput" type="TextEdit" parent="."]
|
|
|
|
visible = false
|
|
|
|
anchor_top = 0.7
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
readonly = true
|
|
|
|
caret_moving_by_right_click = false
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2020-08-16 12:10:31 +00:00
|
|
|
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
|
|
environment = ExtResource( 3 )
|
2021-05-14 10:26:04 +00:00
|
|
|
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
|
|
stream = ExtResource( 5 )
|
|
|
|
autoplay = true
|
|
|
|
bus = "Music"
|
|
|
|
script = ExtResource( 4 )
|