more opt stuff
This commit is contained in:
parent
f1f8fefe0e
commit
43cd1730f1
|
@ -244,16 +244,17 @@ anchor_left = 0.0
|
|||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 23.0
|
||||
margin_top = 64.0
|
||||
margin_right = 90.0
|
||||
margin_right = 66.0
|
||||
margin_bottom = 84.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = false
|
||||
focus_mode = 2
|
||||
mouse_filter = 0
|
||||
mouse_default_cursor_shape = 0
|
||||
size_flags_horizontal = 1
|
||||
size_flags_vertical = 1
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
custom_styles/focus = SubResource( 3 )
|
||||
custom_colors/font_color_disabled = Color( 0.472656, 0.472656, 0.472656, 1 )
|
||||
custom_colors/font_color = Color( 1, 1, 1, 1 )
|
||||
|
@ -286,7 +287,6 @@ size_flags_vertical = 1
|
|||
|
||||
[node name="display_opts" type="VBoxContainer" parent="split/opts_panel/panels" index="2"]
|
||||
|
||||
editor/display_folded = true
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
|
@ -338,7 +338,7 @@ mouse_default_cursor_shape = 0
|
|||
size_flags_horizontal = 1
|
||||
size_flags_vertical = 1
|
||||
|
||||
[node name="window_size" type="Label" parent="split/opts_panel/panels/display_opts" index="2"]
|
||||
[node name="window_size_title" type="Label" parent="split/opts_panel/panels/display_opts" index="2"]
|
||||
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
|
@ -390,6 +390,58 @@ align = 1
|
|||
items = [ "1920x1080", null, 0, false, false, -1, 0, null, "", false ]
|
||||
_sections_unfolded = [ "custom_colors", "custom_constants", "custom_fonts", "custom_styles" ]
|
||||
|
||||
[node name="window_mode_title" type="Label" parent="split/opts_panel/panels/display_opts" index="4"]
|
||||
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_top = 64.0
|
||||
margin_right = 97.0
|
||||
margin_bottom = 78.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = false
|
||||
mouse_filter = 2
|
||||
mouse_default_cursor_shape = 0
|
||||
size_flags_horizontal = 1
|
||||
size_flags_vertical = 4
|
||||
text = "window size"
|
||||
align = 1
|
||||
percent_visible = 1.0
|
||||
lines_skipped = 0
|
||||
max_lines_visible = -1
|
||||
|
||||
[node name="window_mode_menu" type="MenuButton" parent="split/opts_panel/panels/display_opts" index="5"]
|
||||
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_top = 82.0
|
||||
margin_right = 97.0
|
||||
margin_bottom = 98.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = false
|
||||
mouse_filter = 0
|
||||
mouse_default_cursor_shape = 0
|
||||
size_flags_horizontal = 1
|
||||
size_flags_vertical = 1
|
||||
custom_styles/hover = SubResource( 2 )
|
||||
custom_styles/pressed = ExtResource( 3 )
|
||||
custom_styles/focus = ExtResource( 3 )
|
||||
custom_styles/disabled = ExtResource( 3 )
|
||||
custom_styles/normal = ExtResource( 3 )
|
||||
toggle_mode = false
|
||||
action_mode = 0
|
||||
enabled_focus_mode = 0
|
||||
shortcut = null
|
||||
group = null
|
||||
text = "> windowed"
|
||||
flat = false
|
||||
align = 1
|
||||
items = [ "windowed", null, 0, true, false, -1, 0, null, "", false, "fullscreen", null, 0, false, false, -1, 0, null, "", false ]
|
||||
_sections_unfolded = [ "custom_colors", "custom_constants", "custom_fonts", "custom_styles" ]
|
||||
|
||||
[node name="vsep2" type="VSeparator" parent="split/opts_panel/panels" index="3"]
|
||||
|
||||
anchor_left = 0.0
|
||||
|
|
Loading…
Reference in New Issue