[gd_scene load_steps=5 format=2] [ext_resource path="res://tenniscourts/GodoM.otf" type="DynamicFontData" id=1] [ext_resource path="res://tenniscourts/text.gd" type="Script" id=2] [ext_resource path="res://tenniscourts/intro.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 = 49.0 margin_top = 55.0 margin_right = 936.0 margin_bottom = 498.0 size_flags_horizontal = 2 size_flags_vertical = 2 custom_fonts/normal_font = SubResource( 1 ) text = "위치 이동 key w 앞 s 뒤 a 왼쪽 d 오쪽 S 뒤로 Space 점프 마우스로 좌우로 움직여 바라보는 방향 설정 6개의 장소 이동 >> 1 2 3 4 5 6 숫자키로 선택 마우스 캡쳐 켜고/끄기 -> esc 게임 끝 -> cmd-Q g키 - 장소에서 주요한 위치와 방향을 가늠할 수 있는 소리신호 on/off b키 - 진동위주 로우톤으로 소리가 출력 on/off " [node name="RichTextLabel2" type="RichTextLabel" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 408.0 margin_top = 490.0 margin_right = 1295.0 margin_bottom = 933.0 size_flags_horizontal = 2 size_flags_vertical = 2 custom_fonts/normal_font = SubResource( 1 ) text = "10도 정도 기울어진 큰 경사면 세계 위, 중앙에서 왼쪽 지점 정도에서 당신은 서 있습니다. 당신의 오른편에 큰 구조물이 보입니다. 완만하고 넓은 경사면과 수직으로 솟아 있는 직사각면이 있습니다. 직사각면에서 무수히 많은 공들이 튀어나와 반대편 경사면에 다시 튀는 것을 반복하고 있는 상황입니다. 수직으로 솟은 직사각형은 짙은 회색이고, 넓은 경사면은 하늘색이고 그둘 사이를 가로질러 다닐 수 있습니다. 조금 시간이 지나면 경사면 너머로 아주 커다란 원기둥이, 동전모양의 원기둥이 하늘에서 떨어집니다. 여러개가 떨어져서 경사지면을 타고 흘러갈 수도 있고, 붕괴되어 쌓일 수도 있습니다. " [node name="Timer" type="Timer" parent="."] wait_time = 145.0 one_shot = true autostart = true [node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] stream = ExtResource( 3 ) volume_db = -5.0 [connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]