mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-01-07 01:43:35 +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:
|
||||
match port:
|
||||
1, 2:
|
||||
return Vector3(0.0, 0.0, 0.0)
|
||||
3, 4:
|
||||
return 0.0
|
||||
_:
|
||||
|
Loading…
x
Reference in New Issue
Block a user