material-maker/material_maker/windows/preferences/bool_option.tscn

13 lines
334 B
Plaintext
Raw Normal View History

[gd_scene load_steps=2 format=2]
[ext_resource path="res://material_maker/windows/preferences/bool_option.gd" type="Script" id=1]
2020-10-26 20:32:12 +01:00
[node name="BooleanOption" type="CheckBox"]
margin_right = 308.0
margin_bottom = 24.0
text = "Confirm when quitting the application"
script = ExtResource( 1 )
2020-10-26 20:32:12 +01:00
__meta__ = {
"_edit_use_anchors_": false
}