mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://addons/material_maker/nodes/export/export.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="Theme" id=1]
|
|
|
|
[node name="Export" type="GraphNode"]
|
|
margin_right = 90.0
|
|
margin_bottom = 53.0
|
|
mouse_filter = 1
|
|
theme = SubResource( 1 )
|
|
title = "Export"
|
|
show_close = true
|
|
slot/0/left_enabled = true
|
|
slot/0/left_type = 0
|
|
slot/0/left_color = Color( 0.5, 0.5, 1, 1 )
|
|
slot/0/right_enabled = false
|
|
slot/0/right_type = 0
|
|
slot/0/right_color = Color( 0.5, 0.5, 1, 1 )
|
|
slot/1/left_enabled = false
|
|
slot/1/left_type = 0
|
|
slot/1/left_color = Color( 1, 1, 1, 1 )
|
|
slot/1/right_enabled = false
|
|
slot/1/right_type = 0
|
|
slot/1/right_color = Color( 1, 1, 1, 1 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="resolution" type="OptionButton" parent="."]
|
|
margin_left = 16.0
|
|
margin_top = 24.0
|
|
margin_right = 126.0
|
|
margin_bottom = 44.0
|
|
rect_min_size = Vector2( 110, 0 )
|
|
text = "512x512"
|
|
items = [ "256x256", null, false, 0, null, "512x512", null, false, 1, null, "1024x1024", null, false, 2, null, "2048x2048", null, false, -1, null ]
|
|
selected = 1
|
|
|
|
[node name="Suffix" type="LineEdit" parent="."]
|
|
margin_left = 16.0
|
|
margin_top = 44.0
|
|
margin_right = 126.0
|
|
margin_bottom = 68.0
|
|
text = "suffix"
|
|
|