mirror of
https://github.com/Relintai/material-maker.git
synced 2025-02-11 03:30:08 +01:00
Custom nodes now support outputs and basic (float) parameters, and are serialized/deserialized correctly.
9 lines
91 B
GDScript
9 lines
91 B
GDScript
tool
|
|
extends HBoxContainer
|
|
|
|
func _ready():
|
|
pass
|
|
|
|
func _on_Delete_pressed():
|
|
queue_free()
|