[gd_scene load_steps=5 format=2] [ext_resource path="res://tenniscourts/GodoM.otf" type="DynamicFontData" id=1] [ext_resource path="res://cosmic/text.gd" type="Script" id=2] [ext_resource path="res://cosmic/cosmic.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 = 251.0 margin_top = 41.0 margin_right = 1138.0 margin_bottom = 484.0 size_flags_horizontal = 2 size_flags_vertical = 2 custom_fonts/normal_font = SubResource( 1 ) text = "당신은 회색하늘과 하얀 땅의 세계에 상공에서 // 땅지면을 지그시 보고 있는 위치에서 시작합니다. 이 장소에서는 구체의 모양을 하고 있는 행성이 3개 있습니다. 행성들은 그의 중력으로 주변을 계속 돌고 있는 위성들을 보유하고 있습니다. 행성마다 위성의 갯수는 18개에서 많게는 150개이기도 합니다. 당신이 처음 이 장소에 도착했다면, 화면 오른편 중앙의 행성은 150개의 위성이 빠른 속도로 회전하고 있고, 화면의 왼편 하단에는 18개의 위성을 가진 행성이 느린 속도로 회전하고 있습니다. 화면 왼편의 가장자리에서 마지막 세번째 행성은 보이지 않지만 위성이 회전하고 있습니다. 마우스를 통해 고개를 돌려보면 세번쨰 행성을 만날 수 있습니다. " [node name="Timer" type="Timer" parent="."] wait_time = 64.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"]