[gd_scene load_steps=4 format=2] [ext_resource path="res://tenniscourts/GodoM.otf" type="DynamicFontData" id=1] [ext_resource path="res://tenniscourts/text.gd" type="Script" id=2] [sub_resource type="DynamicFont" id=1] size = 80 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 = "희주씨 화이팅!!!!!" [node name="Timer" type="Timer" parent="."] wait_time = 10.0 one_shot = true autostart = true [connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]