mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
bf4a125386
Added initial support for alpha channel (in combine, decompose and blend nodes). Textures with alpha channels can be exported using the material node albedo input. Updated node editor with a simple editor for enumerated parameters.
148 lines
3.4 KiB
Plaintext
148 lines
3.4 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/material_maker/widgets/text_dialog.gd" type="Script" id=1]
|
|
|
|
[node name="TextDialog" type="WindowDialog" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 310.0
|
|
margin_bottom = 178.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
popup_exclusive = true
|
|
window_title = "blah"
|
|
resizable = false
|
|
script = ExtResource( 1 )
|
|
_sections_unfolded = [ "Popup", "Rect" ]
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="." index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
alignment = 0
|
|
|
|
[node name="TextEdit" type="TextEdit" parent="VBoxContainer" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 310.0
|
|
margin_bottom = 150.0
|
|
rect_min_size = Vector2( 0, 150 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
text = ""
|
|
readonly = false
|
|
highlight_current_line = false
|
|
syntax_highlighting = false
|
|
show_line_numbers = false
|
|
highlight_all_occurrences = false
|
|
override_selected_font_color = false
|
|
context_menu_enabled = true
|
|
smooth_scrolling = false
|
|
v_scroll_speed = 80.0
|
|
hiding_enabled = 0
|
|
wrap_lines = false
|
|
caret_block_mode = false
|
|
caret_blink = false
|
|
caret_blink_speed = 0.65
|
|
caret_moving_by_right_click = true
|
|
_sections_unfolded = [ "Rect" ]
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 93.0
|
|
margin_top = 154.0
|
|
margin_right = 217.0
|
|
margin_bottom = 174.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 0
|
|
alignment = 0
|
|
_sections_unfolded = [ "Size Flags" ]
|
|
|
|
[node name="OK" type="Button" parent="VBoxContainer/HBoxContainer" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 60.0
|
|
margin_bottom = 20.0
|
|
rect_min_size = Vector2( 60, 0 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
text = "OK"
|
|
flat = false
|
|
align = 1
|
|
_sections_unfolded = [ "Rect" ]
|
|
|
|
[node name="Cancel" type="Button" parent="VBoxContainer/HBoxContainer" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 64.0
|
|
margin_right = 124.0
|
|
margin_bottom = 20.0
|
|
rect_min_size = Vector2( 60, 0 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
text = "Cancel"
|
|
flat = false
|
|
align = 1
|
|
_sections_unfolded = [ "Rect" ]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer/OK" to="." method="_on_OK_pressed"]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer/Cancel" to="." method="queue_free"]
|
|
|
|
|