mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
4fc7c11a29
Also added a base class for all graph nodes, fixed issues with graph/remote interactions.
11 lines
263 B
Plaintext
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 )
|