mirror of
https://github.com/Relintai/mat_maker_gd.git
synced 2025-05-22 11:37:42 +02:00
13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://material_maker/windows/preferences/bool_option.gd" type="Script" id=1]
|
|
|
|
[node name="BooleanOption" type="CheckBox"]
|
|
margin_right = 308.0
|
|
margin_bottom = 24.0
|
|
text = "Confirm when quitting the application"
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|