From dba81f3ddc21738af3eb267b597d8232d0dcce54 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Sun, 16 May 2021 20:16:36 +0200 Subject: [PATCH] resize clock --- ovr-utils/Main.tscn | 2 +- ovr-utils/overlays/TimeOverlay.tscn | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ovr-utils/Main.tscn b/ovr-utils/Main.tscn index 68b06bd..1bbf906 100644 --- a/ovr-utils/Main.tscn +++ b/ovr-utils/Main.tscn @@ -21,7 +21,7 @@ target = 1 overlay_scene = ExtResource( 3 ) offset_pos = Vector3( -0.05, 0.02, 0.15 ) offset_rot = Vector3( 0, -90, -135 ) -width_meters = 0.8 +width_meters = 0.1 [node name="XYZ Widget" type="Node" parent="."] diff --git a/ovr-utils/overlays/TimeOverlay.tscn b/ovr-utils/overlays/TimeOverlay.tscn index 9c85ead..96e8846 100644 --- a/ovr-utils/overlays/TimeOverlay.tscn +++ b/ovr-utils/overlays/TimeOverlay.tscn @@ -11,7 +11,7 @@ expand_margin_top = 8.0 expand_margin_bottom = 8.0 [sub_resource type="DynamicFont" id=2] -size = 48 +size = 500 font_data = ExtResource( 2 ) [node name="Overlay" type="Control"] @@ -28,10 +28,10 @@ anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 -margin_left = -60.0 -margin_top = -32.0 -margin_right = 61.0 -margin_bottom = 35.0 +margin_left = -638.5 +margin_top = -341.0 +margin_right = 638.5 +margin_bottom = 341.0 size_flags_horizontal = 0 custom_styles/panel = SubResource( 1 ) __meta__ = { @@ -39,8 +39,8 @@ __meta__ = { } [node name="Label" type="Label" parent="ColorRect"] -margin_right = 121.0 -margin_bottom = 67.0 +margin_right = 1277.0 +margin_bottom = 682.0 custom_fonts/font = SubResource( 2 ) text = "00:00" align = 1