mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Plugin support for visual shaders
This commit is contained in:
parent
1dae4c9e7f
commit
33e9fce1bb
8 changed files with 452 additions and 32 deletions
|
@ -2530,7 +2530,7 @@ String VisualScriptCustomNode::get_category() const {
|
|||
if (get_script_instance() && get_script_instance()->has_method("_get_category")) {
|
||||
return get_script_instance()->call("_get_category");
|
||||
}
|
||||
return "custom";
|
||||
return "Custom";
|
||||
}
|
||||
|
||||
class VisualScriptNodeInstanceCustomNode : public VisualScriptNodeInstance {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue