material-maker/material_maker/nodes/generic.tscn
2020-03-24 19:21:28 +01:00

14 lines
299 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://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 )
__meta__ = {
"_edit_use_anchors_": false
}