diff --git a/ovr-utils/ListOverlayItem.tscn b/ovr-utils/ListOverlayItem.tscn index e26ee29..7124106 100644 --- a/ovr-utils/ListOverlayItem.tscn +++ b/ovr-utils/ListOverlayItem.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=11 format=2] +[gd_scene load_steps=10 format=2] [ext_resource path="res://styles/menu.theme" type="Theme" id=1] [ext_resource path="res://icons/visible.svg" type="Texture" id=2] @@ -8,10 +8,7 @@ [ext_resource path="res://icons/reset.svg" type="Texture" id=6] [ext_resource path="res://icons/size.svg" type="Texture" id=7] [ext_resource path="res://icons/hand_r.svg" type="Texture" id=8] -[ext_resource path="res://textures/icon.png" type="Texture" id=9] - -[sub_resource type="DynamicFont" id=1] -size = 1 +[ext_resource path="res://icons/person.svg" type="Texture" id=9] [node name="ListOverlayItem" type="PanelContainer"] margin_top = 1727.0 @@ -39,25 +36,25 @@ margin_bottom = 199.0 alignment = 2 [node name="Remove" type="Button" parent="HBoxContainer"] -margin_left = 948.0 -margin_right = 1124.0 +margin_left = 952.0 +margin_right = 1128.0 margin_bottom = 191.0 toggle_mode = true icon = ExtResource( 5 ) [node name="Reset" type="Button" parent="HBoxContainer"] -margin_left = 1128.0 -margin_right = 1304.0 +margin_left = 1132.0 +margin_right = 1308.0 margin_bottom = 191.0 icon = ExtResource( 6 ) [node name="Target" type="OptionButton" parent="HBoxContainer"] -margin_left = 1308.0 +margin_left = 1312.0 margin_right = 1492.0 margin_bottom = 191.0 -custom_fonts/font = SubResource( 1 ) text = "Left" icon = ExtResource( 8 ) +clip_text = true items = [ "Head", ExtResource( 9 ), false, 0, null, "Left", ExtResource( 8 ), false, 1, null, "Right", ExtResource( 8 ), false, 2, null, "World", ExtResource( 4 ), false, 3, null ] selected = 1 diff --git a/ovr-utils/icons/person.svg b/ovr-utils/icons/person.svg new file mode 100644 index 0000000..8fceaff --- /dev/null +++ b/ovr-utils/icons/person.svg @@ -0,0 +1 @@ + diff --git a/ovr-utils/icons/person.svg.import b/ovr-utils/icons/person.svg.import new file mode 100644 index 0000000..8a7d17e --- /dev/null +++ b/ovr-utils/icons/person.svg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/person.svg-4e3fe005658ec640da7e201b9ff951d6.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icons/person.svg" +dest_files=[ "res://.import/person.svg-4e3fe005658ec640da7e201b9ff951d6.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=10.0 diff --git a/ovr-utils/styles/menu.theme b/ovr-utils/styles/menu.theme index 636bed5..c0bc092 100644 Binary files a/ovr-utils/styles/menu.theme and b/ovr-utils/styles/menu.theme differ