mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-01-09 02:43:25 +08:00
Update ReplaceColor.gd
This commit is contained in:
parent
8b3f23fbea
commit
9d7cf5e9e9
@ -38,6 +38,8 @@ func _get_input_port_type(port: int) -> PortType:
|
|||||||
|
|
||||||
func _get_input_port_default_value(port: int) -> Variant:
|
func _get_input_port_default_value(port: int) -> Variant:
|
||||||
match port:
|
match port:
|
||||||
|
1, 2:
|
||||||
|
return Vector3(0.0, 0.0, 0.0)
|
||||||
3, 4:
|
3, 4:
|
||||||
return 0.0
|
return 0.0
|
||||||
_:
|
_:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user