mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2024-11-22 07:30:25 +01:00
cleanup
This commit is contained in:
parent
a3778bea0f
commit
18503e7648
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,7 @@ border_width_bottom = 24
|
||||||
border_color = Color( 0, 0.784314, 1, 0.611765 )
|
border_color = Color( 0, 0.784314, 1, 0.611765 )
|
||||||
|
|
||||||
[sub_resource type="ViewportTexture" id=2]
|
[sub_resource type="ViewportTexture" id=2]
|
||||||
|
flags = 4
|
||||||
viewport_path = NodePath("OverlayViewport")
|
viewport_path = NodePath("OverlayViewport")
|
||||||
|
|
||||||
[node name="OverlayInstance" type="Spatial"]
|
[node name="OverlayInstance" type="Spatial"]
|
||||||
|
@ -45,7 +46,6 @@ custom_styles/panel = SubResource( 1 )
|
||||||
size = Vector2( 100, 100 )
|
size = Vector2( 100, 100 )
|
||||||
transparent_bg = true
|
transparent_bg = true
|
||||||
handle_input_locally = false
|
handle_input_locally = false
|
||||||
msaa = 2
|
|
||||||
hdr = false
|
hdr = false
|
||||||
disable_3d = true
|
disable_3d = true
|
||||||
usage = 0
|
usage = 0
|
||||||
|
|
Loading…
Reference in a new issue