62 lines
1.9 KiB
Plaintext
62 lines
1.9 KiB
Plaintext
|
[gd_scene load_steps=4 format=3 uid="uid://dg122jjg5forc"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://b2fp8nwqy6ivc" path="res://scene/entity/ux/player_os.gd" id="1_1bn2y"]
|
||
|
[ext_resource type="FontFile" uid="uid://bjmhscwn1ixj1" path="res://asset/font/字体/ChillJinshuSongMedium.otf" id="1_daqko"]
|
||
|
[ext_resource type="Script" uid="uid://g32um0mltv5d" path="res://addons/dialogue_manager/dialogue_label.gd" id="2_1bn2y"]
|
||
|
|
||
|
[node name="OSPivot" type="Control"]
|
||
|
layout_mode = 3
|
||
|
anchors_preset = 0
|
||
|
scale = Vector2(0.33, 0.33)
|
||
|
mouse_filter = 2
|
||
|
script = ExtResource("1_1bn2y")
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||
|
custom_minimum_size = Vector2(235, 30)
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 7
|
||
|
anchor_left = 0.5
|
||
|
anchor_top = 1.0
|
||
|
anchor_right = 0.5
|
||
|
anchor_bottom = 1.0
|
||
|
offset_left = -116.0
|
||
|
offset_top = -158.0
|
||
|
offset_right = 104.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 0
|
||
|
size_flags_horizontal = 4
|
||
|
size_flags_vertical = 8
|
||
|
mouse_filter = 2
|
||
|
|
||
|
[node name="PanelContainer" type="PanelContainer" parent="MarginContainer"]
|
||
|
unique_name_in_owner = true
|
||
|
light_mask = 16
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 8
|
||
|
mouse_filter = 2
|
||
|
theme_type_variation = &"os_panel_container"
|
||
|
|
||
|
[node name="OSLabel" type="RichTextLabel" parent="MarginContainer/PanelContainer"]
|
||
|
unique_name_in_owner = true
|
||
|
light_mask = 16
|
||
|
clip_contents = false
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 8
|
||
|
mouse_filter = 2
|
||
|
theme_override_constants/line_separation = 2
|
||
|
theme_override_fonts/normal_font = ExtResource("1_daqko")
|
||
|
theme_override_font_sizes/normal_font_size = 23
|
||
|
bbcode_enabled = true
|
||
|
text = "os 测试文本"
|
||
|
fit_content = true
|
||
|
scroll_following = true
|
||
|
script = ExtResource("2_1bn2y")
|
||
|
skip_action = &""
|
||
|
seconds_per_step = 0.05
|
||
|
skip_pause_at_abbreviations = PackedStringArray("Mr", "Mrs", "Ms", "Dr", "etc", "eg", "ex")
|
||
|
seconds_per_pause_step = 0.15
|
||
|
|
||
|
[node name="OSTimer" type="Timer" parent="."]
|
||
|
unique_name_in_owner = true
|
||
|
one_shot = true
|