Replace XML codeblock spaces with tabs
This commit is contained in:
@ -22,10 +22,10 @@
|
||||
@export var strength = 4.0
|
||||
|
||||
func _instantiate():
|
||||
var effect = CustomAudioEffectInstance.new()
|
||||
effect.base = self
|
||||
var effect = CustomAudioEffectInstance.new()
|
||||
effect.base = self
|
||||
|
||||
return effect
|
||||
return effect
|
||||
[/codeblock]
|
||||
[b]Note:[/b] It is recommended to keep a reference to the original [AudioEffect] in the new instance. Depending on the implementation this allows the effect instance to listen for changes at run-time and be modified accordingly.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user