summaryrefslogtreecommitdiffhomepage
path: root/Racing-Game/Interface
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2020-03-14 15:12:51 -0400
committerrealtradam <[email protected]>2020-03-14 15:12:51 -0400
commitf435ce10e93d7798ad4fe43be33cd01a4edd3dfb (patch)
treef77f4c781c1ebdea88cc89b4132c33c310acb69d /Racing-Game/Interface
parentb536ec904471c8995c1910477ca1c829c2e31af5 (diff)
downloadoptimal-direction-f435ce10e93d7798ad4fe43be33cd01a4edd3dfb.tar.gz
optimal-direction-f435ce10e93d7798ad4fe43be33cd01a4edd3dfb.zip
Initial adding of files
Diffstat (limited to 'Racing-Game/Interface')
-rw-r--r--Racing-Game/Interface/Interface.tscn27
1 files changed, 27 insertions, 0 deletions
diff --git a/Racing-Game/Interface/Interface.tscn b/Racing-Game/Interface/Interface.tscn
new file mode 100644
index 0000000..f5abbeb
--- /dev/null
+++ b/Racing-Game/Interface/Interface.tscn
@@ -0,0 +1,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