summaryrefslogtreecommitdiffhomepage
path: root/Racing-Game/Interface/Interface.tscn
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2020-03-15 15:16:39 -0400
committerrealtradam <[email protected]>2020-03-15 15:16:39 -0400
commitfeb18d37762eb8f4414625175576f8fe9debd992 (patch)
treecd7d7409f0cc67f846b33f4fb9d9a329ec207883 /Racing-Game/Interface/Interface.tscn
parentc65f6805081e999fa231f71b231dba6dc05286ea (diff)
downloadoptimal-direction-feb18d37762eb8f4414625175576f8fe9debd992.tar.gz
optimal-direction-feb18d37762eb8f4414625175576f8fe9debd992.zip
refactoring complete close #4
Diffstat (limited to 'Racing-Game/Interface/Interface.tscn')
-rw-r--r--Racing-Game/Interface/Interface.tscn27
1 files changed, 0 insertions, 27 deletions
diff --git a/Racing-Game/Interface/Interface.tscn b/Racing-Game/Interface/Interface.tscn
deleted file mode 100644
index f5abbeb..0000000
--- a/Racing-Game/Interface/Interface.tscn
+++ /dev/null
@@ -1,27 +0,0 @@
-[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