material-maker/addons/material_maker/graph_edit.tscn

31 lines
986 B
Plaintext
Raw Normal View History

[gd_scene load_steps=4 format=2]
[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]
[sub_resource type="Theme" id=1]
[node name="GraphEdit" type="GraphEdit"]
self_modulate = Color( 1, 1, 1, 0 )
2018-08-05 18:46:23 +02:00
anchor_right = 1.0
anchor_bottom = 1.0
right_disconnects = true
scroll_offset = Vector2( -325, -250 )
use_snap = false
script = ExtResource( 1 )
[node name="Material" parent="." instance=ExtResource( 2 )]
margin_left = 525.0
margin_top = 250.0
margin_right = 755.0
margin_bottom = 470.0
theme = SubResource( 1 )
offset = Vector2( 200, 0 )
[node name="Timer" type="Timer" parent="."]
2018-08-05 18:46:23 +02:00
wait_time = 0.2
one_shot = true
[connection signal="connection_request" from="." to="." method="connect_node"]
[connection signal="disconnection_request" from="." to="." method="disconnect_node"]
[connection signal="timeout" from="Timer" to="." method="do_send_changed_signal"]