sand-and-receive/crickets/text.tscn
2023-11-04 06:58:11 +09:00

39 lines
1.6 KiB
Text

[gd_scene load_steps=5 format=2]
[ext_resource path="res://tenniscourts/GodoM.otf" type="DynamicFontData" id=1]
[ext_resource path="res://crickets/text.gd" type="Script" id=2]
[ext_resource path="res://crickets/crickets.mp3" type="AudioStream" id=3]
[sub_resource type="DynamicFont" id=1]
size = 20
extra_spacing_bottom = 10
font_data = ExtResource( 1 )
[node name="text" type="Control"]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 2 )
[node name="RichTextLabel" type="RichTextLabel" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 445.0
margin_top = 557.0
margin_right = 1332.0
margin_bottom = 1000.0
size_flags_horizontal = 2
size_flags_vertical = 2
custom_fonts/normal_font = SubResource( 1 )
text = "고요하고 까만 평원에 당신은 도착했습니다. 막 도착했다면, 바라보는 방향의 오른편에 수직으로 우뚝 솟은 돌들이 30개이상 모여있는 장소가 보입니다. 수평선위에 그곳만 우뚝 솟아 있네요. 호기심이 생겨서 그쪽으로 안 가볼 수 없겠네요. 돌들은 서로 공유하는 모양과 색과 질감을 가지고 있지만 그 생김새가 모두 다릅니다. 당신은 돌들 사이를 다니거나 통과해서 다닐 수 있습니다. 돌 무리의 외곽쪽을 걷게되면 불어오는 바람 소리를 들을 수 있습니다. "
[node name="Timer" type="Timer" parent="."]
wait_time = 56.0
one_shot = true
autostart = true
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 3 )
volume_db = -3.0
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]