[gd_scene load_steps=5 format=2] [ext_resource path="res://tenniscourts/GodoM.otf" type="DynamicFontData" id=1] [ext_resource path="res://mirrors/text.gd" type="Script" id=2] [ext_resource path="res://mirrors/mirror.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 = 423.0 margin_top = 461.0 margin_right = 1230.0 margin_bottom = 904.0 size_flags_horizontal = 2 size_flags_vertical = 2 custom_fonts/normal_font = SubResource( 1 ) text = "정면으로 레몬색 벽과 어두운 남색 바닥이 보입니다. 당신은 한 면은 레몬색, 세 면은 연보라색 벽이 있는 방 안에 있습니다. 그 높이는 5m 정도가 되는것 같습니다. 천장은 없습니다. 보는 방향을 180도 돌리면 연보라색의 세 벽면이 보이며 방 안은 짙고 선명한 파란색의 길쭉 날쭉한 구들이 있습니다. 20-30개의 구들은 무리를 이루어 모여 있고 이 무리 사이에는 직사각형 모양의 거울이 있습니다. 이 거울로 방 밖에 존재하는 또 다른 방, 또 다른 방에 있는 작은 터널, 지금 머물고 있는 방을 밖에서 본 모습을 관찰할 수 있습니다. 당신은 하늘을 날 수 있고 방을 통과해 방 밖으로 나갈 수 있습니다. " [node name="Timer" type="Timer" parent="."] wait_time = 58.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"]