summaryrefslogtreecommitdiffhomepage
path: root/Racing-Game/Interface/Interface.tscn
blob: f5abbeb18ace105bb8be036e98c1f995515f2f31 (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
[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

[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