feat: add octaves to noise node
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m8s

This commit is contained in:
2024-04-30 13:15:56 +02:00
parent 43493522bd
commit eafc9c99c8
11 changed files with 51 additions and 82 deletions

View File

@ -117,15 +117,20 @@
</HTML>
<style>
.header {
padding: 5px;
}
input {
background: var(--layer-0);
font-family: var(--font-family);
border: none;
border-radius: 5px;
color: var(--text-color);
padding: 0.8em;
padding: 0.6em;
width: calc(100% - 2px);
box-sizing: border-box;
font-size: 1em;
font-size: 0.8em;
margin-left: 1px;
margin-top: 1px;
}