mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
16 lines
373 B
Plaintext
16 lines
373 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://material_maker/widgets/node_editor/parameter_boolean.gd" type="Script" id=1]
|
|
|
|
|
|
[node name="boolean" type="HBoxContainer"]
|
|
visible = false
|
|
margin_right = 74.0
|
|
margin_bottom = 24.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Default" type="CheckBox" parent="."]
|
|
margin_right = 74.0
|
|
margin_bottom = 24.0
|
|
text = "Default"
|