2018-09-04 21:45:14 +02:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2018-08-04 08:05:34 +02:00
|
|
|
|
2018-09-03 21:35:44 +02:00
|
|
|
[ext_resource path="res://addons/material_maker/graph_edit.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://addons/material_maker/nodes/material.tscn" type="PackedScene" id=2]
|
2018-08-04 08:05:34 +02:00
|
|
|
|
|
|
|
[sub_resource type="Theme" id=1]
|
|
|
|
|
|
|
|
|
2018-08-12 19:25:18 +02:00
|
|
|
[node name="GraphEdit" type="GraphEdit" index="0"]
|
2018-08-04 08:05:34 +02:00
|
|
|
|
|
|
|
self_modulate = Color( 1, 1, 1, 0 )
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
2018-08-05 18:46:23 +02:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2018-08-04 08:05:34 +02:00
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = true
|
|
|
|
focus_mode = 2
|
|
|
|
mouse_filter = 0
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
right_disconnects = true
|
2018-09-04 21:45:14 +02:00
|
|
|
scroll_offset = Vector2( -525, -250 )
|
2018-08-04 08:05:34 +02:00
|
|
|
snap_distance = 20
|
|
|
|
use_snap = false
|
|
|
|
zoom = 1.0
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
_sections_unfolded = [ "Material", "Mouse", "Visibility" ]
|
|
|
|
|
2018-08-05 18:46:23 +02:00
|
|
|
[node name="Material" parent="." index="0" instance=ExtResource( 2 )]
|
2018-08-04 08:05:34 +02:00
|
|
|
|
2018-09-04 21:45:14 +02:00
|
|
|
margin_left = 525.0
|
|
|
|
margin_top = 250.0
|
|
|
|
margin_right = 755.0
|
|
|
|
margin_bottom = 470.0
|
2018-08-04 08:05:34 +02:00
|
|
|
theme = SubResource( 1 )
|
2018-09-04 21:45:14 +02:00
|
|
|
_sections_unfolded = [ "Anchor", "Margin", "Mouse", "Theme", "slot", "slot/0", "slot/1", "slot/2", "slot/3", "slot/4", "slot/5" ]
|
2018-08-04 08:05:34 +02:00
|
|
|
|
2018-08-05 18:46:23 +02:00
|
|
|
[node name="Timer" type="Timer" parent="." index="1"]
|
2018-08-04 08:05:34 +02:00
|
|
|
|
|
|
|
process_mode = 1
|
2018-08-05 18:46:23 +02:00
|
|
|
wait_time = 0.2
|
2018-08-04 08:05:34 +02:00
|
|
|
one_shot = true
|
|
|
|
autostart = false
|
|
|
|
|
2018-08-12 19:25:18 +02:00
|
|
|
[connection signal="connection_request" from="." to="." method="connect_node"]
|
2018-08-04 08:05:34 +02:00
|
|
|
|
2018-08-12 19:25:18 +02:00
|
|
|
[connection signal="disconnection_request" from="." to="." method="disconnect_node"]
|
2018-08-04 08:05:34 +02:00
|
|
|
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="do_send_changed_signal"]
|
|
|
|
|
|
|
|
|