summaryrefslogtreecommitdiffhomepage
path: root/Racing-Game/Interface/HUD.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'Racing-Game/Interface/HUD.tscn')
-rw-r--r--Racing-Game/Interface/HUD.tscn30
1 files changed, 30 insertions, 0 deletions
diff --git a/Racing-Game/Interface/HUD.tscn b/Racing-Game/Interface/HUD.tscn
new file mode 100644
index 0000000..2c66f00
--- /dev/null
+++ b/Racing-Game/Interface/HUD.tscn
@@ -0,0 +1,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