Sirius game
-Sirius game. Work in progress
- Presskit -diff --git a/src/lib/Banner.svelte b/src/lib/Banner.svelte index f6aea45..00fa5b8 100644 --- a/src/lib/Banner.svelte +++ b/src/lib/Banner.svelte @@ -2,6 +2,13 @@ export let title = "Quartznet"; +
+ - - diff --git a/src/lib/Modal.svelte b/src/lib/Modal.svelte index 043c80b..64cb9ca 100644 --- a/src/lib/Modal.svelte +++ b/src/lib/Modal.svelte @@ -44,22 +44,22 @@ const toCssString = (props) => Object.keys(props).reduce( (str, key) => `${str}; ${camelCaseToDash(key)}: ${props[key]}`, - "" + "", ); $: cssBg = toCssString(Object.assign({}, styleBg, customStyleBg)); $: cssWindow = toCssString( - Object.assign({}, styleWindow, customStyleWindow) + Object.assign({}, styleWindow, customStyleWindow), ); $: cssContent = toCssString( - Object.assign({}, styleContent, customStyleContent) + Object.assign({}, styleContent, customStyleContent), ); const open = ( NewComponent, newProps = {}, style = { bg: {}, window: {}, content: {} }, - newCallback = () => {} + newCallback = () => {}, ) => { Component = NewComponent; props = newProps; @@ -213,7 +213,8 @@ https://github.com/flekschas/svelte-simple-moda border-radius: 1.5rem; background: white; box-shadow: 0 0 0 1px black; - transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), + transition: + transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); -webkit-appearance: none; } @@ -229,7 +230,8 @@ https://github.com/flekschas/svelte-simple-moda height: 1px; background: black; transform-origin: center; - transition: height 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), + transition: + height 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); } diff --git a/src/lib/Nav.svelte b/src/lib/Nav.svelte index 528fbd9..aa75d57 100644 --- a/src/lib/Nav.svelte +++ b/src/lib/Nav.svelte @@ -1,3 +1,21 @@ +A small team developing games and software.
Naming things is hard. We ended up with the name quartz and added net making quartznet. - +
+ Naming things is hard. We ended up with the name quartz and added + net making quartznet. +
Space!
Sirius game. Work in progress
- Presskit -