blob: 2c66f00a34d7f8d9367c4410de357e2b29e51ee7 (
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
|
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Art(non-orig)/LCDMonoWinTT/LCDM2N__.TTF" type="DynamicFontData" id=1]
[sub_resource type="DynamicFont" id=1]
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=2]
size = 64
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )
[node name="Interface" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="."]
modulate = Color( 0.290196, 1, 0, 1 )
anchor_right = 1.0
anchor_bottom = 1.0
size_flags_horizontal = 2
custom_fonts/mono_font = SubResource( 1 )
custom_fonts/normal_font = SubResource( 2 )
bbcode_text = "123"
text = "123"
scroll_active = false
|