From f435ce10e93d7798ad4fe43be33cd01a4edd3dfb Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 14 Mar 2020 15:12:51 -0400 Subject: Initial adding of files --- Racing-Game/Interface/Interface.tscn | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Racing-Game/Interface/Interface.tscn (limited to 'Racing-Game/Interface') 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 -- cgit v1.2.3