We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f624e4e commit fbd71e6Copy full SHA for fbd71e6
1 file changed
web/src/pages/reference/ID_Lists/Surface_Materials.astro
@@ -82,7 +82,6 @@ luaTable += `}`;
82
83
<h2>Collision surface sounds</h2>
84
<hr/>
85
- <br/>
86
87
<NoteBox type="tip"
88
>Even though many surfaces have the same sound, they have different physical
@@ -144,7 +143,7 @@ luaTable += `}`;
144
143
145
<section data-pagefind-ignore>
146
<h2>All materials in a Lua table:</h2>
147
- <hr/><br/>
+ <hr/>
148
<Code lang="lua" code={luaTable} />
149
</section>
150
0 commit comments