-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui.tscn
58 lines (50 loc) · 1.87 KB
/
ui.tscn
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[gd_scene load_steps=5 format=3 uid="uid://dq77qh4pi1xiw"]
[ext_resource type="PackedScene" uid="uid://cdpjg66ysy8id" path="res://nine_patch_rect.tscn" id="1_1aanq"]
[ext_resource type="Texture2D" uid="uid://cpf15mn4cgdte" path="res://assets/details.png" id="2_nn4mq"]
[ext_resource type="FontFile" uid="uid://byl6ric6ps4hc" path="res://fonts/SignikaNegative-VariableFont_wght.ttf" id="3_gbljy"]
[sub_resource type="FontVariation" id="FontVariation_apb42"]
base_font = ExtResource("3_gbljy")
variation_embolden = 1.35
[node name="UI" type="CanvasLayer"]
[node name="Details" type="Sprite2D" parent="."]
texture_filter = 3
position = Vector2(72, 16)
texture = ExtResource("2_nn4mq")
[node name="out of ten" type="RichTextLabel" parent="."]
modulate = Color(0.652344, 0.664063, 0.722656, 1)
self_modulate = Color(0.121094, 0.128906, 0.167969, 1)
offset_left = 8.0
offset_right = 64.0
offset_bottom = 24.0
theme_override_font_sizes/normal_font_size = 17
text = "? / 10"
tab_size = 5
[node name="NinePatchRect" parent="." instance=ExtResource("1_1aanq")]
offset_left = 72.0
offset_top = 168.0
offset_right = 400.0
offset_bottom = 264.0
[node name="name" type="RichTextLabel" parent="NinePatchRect"]
modulate = Color(0.121094, 0.128906, 0.167969, 1)
light_mask = 0
texture_filter = 5
offset_left = 8.0
offset_top = 8.0
offset_right = 128.0
offset_bottom = 32.0
theme_override_fonts/normal_font = SubResource("FontVariation_apb42")
theme_override_font_sizes/normal_font_size = 17
bbcode_enabled = true
text = "Name"
metadata/_edit_use_anchors_ = true
[node name="speech" type="RichTextLabel" parent="NinePatchRect"]
modulate = Color(0.121094, 0.128906, 0.167969, 1)
layout_mode = 0
offset_left = 24.0
offset_top = 32.0
offset_right = 320.0
offset_bottom = 88.0
theme_override_fonts/normal_font = ExtResource("3_gbljy")
theme_override_font_sizes/normal_font_size = 15
text = "TEXT"
metadata/_edit_use_anchors_ = true