material-maker/addons/material_maker/nodes/generic.tscn
RodZill4 4fc7c11a29 Updated size parameter handling and resized all examples to 2048x2048
Also added a base class for all graph nodes, fixed issues with graph/remote interactions.
2019-10-21 23:58:14 +02:00

11 lines
263 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://addons/material_maker/nodes/generic.gd" type="Script" id=1]
[node name="Generic" type="GraphNode"]
margin_right = 95.0
margin_bottom = 29.0
title = "Generic"
show_close = true
script = ExtResource( 1 )