[gd_scene load_steps=5 format=2] [ext_resource path="res://tenniscourts/GodoM.otf" type="DynamicFontData" id=1] [ext_resource path="res://pantyTunnel/text.gd" type="Script" id=2] [ext_resource path="res://pantyTunnel/panty.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 = 505.0 margin_top = 345.0 margin_right = 938.0 margin_bottom = 544.0 size_flags_horizontal = 2 size_flags_vertical = 2 custom_fonts/normal_font = SubResource( 1 ) text = "당신은 터널 시작점에 있습니다. 저 멀리 터널의 끝이 밝은 정삼각형으로 보입니다. 터널 안은 어둡고 당신의 머리에 달린 빛으로 근거리를 확인할 수 있습니다. 노란 알약 모양의 오브젝트를 따라가면 터널의 끝으로 향합니다. " [node name="Timer" type="Timer" parent="."] wait_time = 24.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"]