diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 2807353..a3af69d 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -2,6 +2,7 @@ import { PUBLIC_BASE_URL } from '$env/static/public'; import Tooltip from '../components/tooltip.svelte'; import Window from '../components/window.svelte'; + import LatestStuff from './lateststuff.md'; export let data; @@ -65,16 +66,7 @@
-

- new game prototype thingy at itch.io page! spent a lot of time learning and designing the environment and scene stuff :3 - trenchbroom and func_godot were used mainly! -

- lightfelt screenshot +
diff --git a/src/routes/lateststuff.md b/src/routes/lateststuff.md new file mode 100644 index 0000000..2cea38e --- /dev/null +++ b/src/routes/lateststuff.md @@ -0,0 +1,9 @@ ++++ +layout = false ++++ + +new game prototype thingy at [itch.io page](https://yusdacra.itch.io/lightfelt)! +spent a lot of time learning and designing the environment and scene stuff :3 +[trenchbroom](https://trenchbroom.github.io/) and [func_godot](https://func-godot.github.io/func_godot_docs/FuncGodot%20Manual/FuncGodot%20Manual.html) were used mainly! + +![lightfelt screenshot](https://img.itch.zone/aW1hZ2UvMzExNTU5My8xODYyMjUwOS5qcGVn/original/%2BSrxFo.jpeg) \ No newline at end of file