Public repository for MUR pre alpha
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
[gd_scene load_steps=2 format=2]
[ext_resource path="res://scripts/menus/settings_graphics_menu.gd" type="Script" id=1]
[node name="settings_graphics_menu" type="Tabs"] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 4.0 margin_top = 45.0 margin_right = -4.0 margin_bottom = -4.0 focus_neighbour_left = NodePath("../controls") focus_neighbour_right = NodePath("../system") focus_mode = 2 script = ExtResource( 1 )
[node name="VBoxContainer" type="VBoxContainer" parent="."] margin_right = 40.0 margin_bottom = 40.0
[node name="resolution" type="OptionButton" parent="VBoxContainer"] margin_right = 192.0 margin_bottom = 20.0
[node name="fullscreen" type="CheckButton" parent="VBoxContainer"] margin_top = 24.0 margin_right = 192.0 margin_bottom = 64.0 pressed = true text = "FULLSCREEN"
[node name="light" type="CheckButton" parent="VBoxContainer"] margin_top = 68.0 margin_right = 192.0 margin_bottom = 108.0 text = "LIGHT"
[node name="shadows" type="CheckButton" parent="VBoxContainer"] margin_top = 112.0 margin_right = 192.0 margin_bottom = 152.0 disabled = true text = "SHADOWS" [connection signal="toggled" from="VBoxContainer/light" to="." method="_on_light_toggled"]
|