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/Camera2D.tscn | |
| parent | c65f6805081e999fa231f71b231dba6dc05286ea (diff) | |
| download | optimal-direction-feb18d37762eb8f4414625175576f8fe9debd992.tar.gz optimal-direction-feb18d37762eb8f4414625175576f8fe9debd992.zip | |
refactoring complete close #4
Diffstat (limited to 'Racing-Game/Interface/Camera2D.tscn')
| -rw-r--r-- | Racing-Game/Interface/Camera2D.tscn | 8 |
1 files changed, 2 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 |
