mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2024-11-10 02:40:25 +01:00
resize clock
This commit is contained in:
parent
3bdb121060
commit
dba81f3ddc
2 changed files with 8 additions and 8 deletions
|
@ -21,7 +21,7 @@ target = 1
|
||||||
overlay_scene = ExtResource( 3 )
|
overlay_scene = ExtResource( 3 )
|
||||||
offset_pos = Vector3( -0.05, 0.02, 0.15 )
|
offset_pos = Vector3( -0.05, 0.02, 0.15 )
|
||||||
offset_rot = Vector3( 0, -90, -135 )
|
offset_rot = Vector3( 0, -90, -135 )
|
||||||
width_meters = 0.8
|
width_meters = 0.1
|
||||||
|
|
||||||
[node name="XYZ Widget" type="Node" parent="."]
|
[node name="XYZ Widget" type="Node" parent="."]
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ expand_margin_top = 8.0
|
||||||
expand_margin_bottom = 8.0
|
expand_margin_bottom = 8.0
|
||||||
|
|
||||||
[sub_resource type="DynamicFont" id=2]
|
[sub_resource type="DynamicFont" id=2]
|
||||||
size = 48
|
size = 500
|
||||||
font_data = ExtResource( 2 )
|
font_data = ExtResource( 2 )
|
||||||
|
|
||||||
[node name="Overlay" type="Control"]
|
[node name="Overlay" type="Control"]
|
||||||
|
@ -28,10 +28,10 @@ anchor_left = 0.5
|
||||||
anchor_top = 0.5
|
anchor_top = 0.5
|
||||||
anchor_right = 0.5
|
anchor_right = 0.5
|
||||||
anchor_bottom = 0.5
|
anchor_bottom = 0.5
|
||||||
margin_left = -60.0
|
margin_left = -638.5
|
||||||
margin_top = -32.0
|
margin_top = -341.0
|
||||||
margin_right = 61.0
|
margin_right = 638.5
|
||||||
margin_bottom = 35.0
|
margin_bottom = 341.0
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
custom_styles/panel = SubResource( 1 )
|
custom_styles/panel = SubResource( 1 )
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
|
@ -39,8 +39,8 @@ __meta__ = {
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="ColorRect"]
|
[node name="Label" type="Label" parent="ColorRect"]
|
||||||
margin_right = 121.0
|
margin_right = 1277.0
|
||||||
margin_bottom = 67.0
|
margin_bottom = 682.0
|
||||||
custom_fonts/font = SubResource( 2 )
|
custom_fonts/font = SubResource( 2 )
|
||||||
text = "00:00"
|
text = "00:00"
|
||||||
align = 1
|
align = 1
|
||||||
|
|
Loading…
Reference in a new issue