mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-10 08:42:11 +01:00
28 lines
623 B
Plaintext
28 lines
623 B
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://ui/options/OptionToggleRow.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="OptionToggleRow" type="HBoxContainer"]
|
||
|
margin_top = 34.0
|
||
|
margin_right = 527.0
|
||
|
margin_bottom = 60.0
|
||
|
size_flags_horizontal = 3
|
||
|
script = ExtResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="Label" type="Label" parent="."]
|
||
|
margin_top = 6.0
|
||
|
margin_right = 261.0
|
||
|
margin_bottom = 20.0
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="CheckBox" type="CheckBox" parent="."]
|
||
|
margin_left = 265.0
|
||
|
margin_right = 527.0
|
||
|
margin_bottom = 26.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
text = "On"
|