diff options
| author | realtradam <[email protected]> | 2020-03-15 15:16:39 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2020-03-15 15:16:39 -0400 |
| commit | feb18d37762eb8f4414625175576f8fe9debd992 (patch) | |
| tree | cd7d7409f0cc67f846b33f4fb9d9a329ec207883 /Racing-Game/Interface/HUD.tscn | |
| parent | c65f6805081e999fa231f71b231dba6dc05286ea (diff) | |
| download | optimal-direction-feb18d37762eb8f4414625175576f8fe9debd992.tar.gz optimal-direction-feb18d37762eb8f4414625175576f8fe9debd992.zip | |
refactoring complete close #4
Diffstat (limited to 'Racing-Game/Interface/HUD.tscn')
| -rw-r--r-- | Racing-Game/Interface/HUD.tscn | 30 |
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 |
