5fc86026ca
Using codespell 1.14.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang doubleclick lod nd numer que te unselect EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
17 lines
482 B
XML
17 lines
482 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="AudioBusLayout" inherits="Resource" category="Core" version="3.1">
|
|
<brief_description>
|
|
Stores information about the audiobusses.
|
|
</brief_description>
|
|
<description>
|
|
Stores position, muting, solo, bypass, effects, effect position, volume, and the connections between buses. See [AudioServer] for usage.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<demos>
|
|
</demos>
|
|
<methods>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|