blob: b91dcba4b9bd957f8bf37d0e76c97d9e17a244ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
[gd_scene load_steps=4 format=3 uid="uid://5rcfoyuiwuya"]
[ext_resource type="FontFile" uid="uid://5ixo6b3bd3km" path="res://gui/resources/fonts/font-josefin-sans.woff2" id="1_3ximm"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_dpele"]
bg_color = Color(1, 1, 1, 1)
corner_radius_top_left = 30
corner_radius_top_right = 30
corner_radius_bottom_right = 30
corner_radius_bottom_left = 30
[sub_resource type="FontVariation" id="FontVariation_ecurp"]
base_font = ExtResource("1_3ximm")
variation_embolden = 1.0
[node name="ChatMessage" type="Panel"]
auto_translate_mode = 2
offset_right = 512.0
offset_bottom = 128.0
theme_override_styles/panel = SubResource("StyleBoxFlat_dpele")
[node name="Label" type="Label" parent="."]
auto_translate_mode = 2
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_fonts/font = SubResource("FontVariation_ecurp")
theme_override_font_sizes/font_size = 40
horizontal_alignment = 1
vertical_alignment = 1
autowrap_mode = 3
text_overrun_behavior = 3
|