material-maker/addons/material_maker/nodes/custom/custom.gd
RodZill4 ee0bc96f30 Added a generic node type
Updated all nodes so parameters are located in a "parameters" variable.
Started writing a generic node model whose behavior is defined in a json file. Should be able to replace all generators so far.
Wrote json files for bricks and noise nodes.
Started preparing a custom node.
2018-10-02 07:46:20 +02:00

9 lines
187 B
GDScript

tool
extends "res://addons/material_maker/nodes/node_generic.gd"
func _on_Edit_pressed():
pass # replace with function body
func _on_Save_pressed():
pass # replace with function body