18 lines
461 B
Plaintext
18 lines
461 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://new_line.wav" type="AudioStream" id=1]
|
|
[ext_resource path="res://main.gd" type="Script" id=2]
|
|
|
|
[node name="Control" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Labels" type="Control" parent="."]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource( 1 )
|
|
volume_db = -23.056
|