diff options
Diffstat (limited to 'Racing-Game/Interface')
| -rw-r--r-- | Racing-Game/Interface/Camera2D.tscn | 8 | ||||
| -rw-r--r-- | Racing-Game/Interface/HUD.tscn (renamed from Racing-Game/Interface/Interface.tscn) | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/Racing-Game/Interface/Camera2D.tscn b/Racing-Game/Interface/Camera2D.tscn index 31a2ec2..21a0e87 100644 --- a/Racing-Game/Interface/Camera2D.tscn +++ b/Racing-Game/Interface/Camera2D.tscn @@ -4,9 +4,7 @@ [ext_resource path="res://Art(non-orig)/LCDMonoWinTT/LCDML___.TTF" type="DynamicFontData" id=2] [ext_resource path="res://Interface/RichTextLabel.gd" type="Script" id=3] - - -[sub_resource type="DynamicFont" id=9] +[sub_resource type="DynamicFont" id=1] size = 200 font_data = ExtResource( 2 ) @@ -15,8 +13,6 @@ position = Vector2( -895.896, -973.722 ) rotating = true current = true zoom = Vector2( 2, 2 ) -drag_margin_h_enabled = false -drag_margin_v_enabled = false drag_margin_left = 0.05 drag_margin_top = 0.05 drag_margin_right = 0.05 @@ -38,7 +34,7 @@ margin_left = 44.7994 margin_top = 34.9523 margin_right = 386.135 margin_bottom = 212.952 -custom_fonts/normal_font = SubResource( 9 ) +custom_fonts/normal_font = SubResource( 1 ) custom_colors/default_color = Color( 0.0784314, 1, 0, 1 ) text = "123" scroll_active = false diff --git a/Racing-Game/Interface/Interface.tscn b/Racing-Game/Interface/HUD.tscn index f5abbeb..2c66f00 100644 --- a/Racing-Game/Interface/Interface.tscn +++ b/Racing-Game/Interface/HUD.tscn @@ -14,6 +14,9 @@ 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 ) |
