HugoDzz's picture
feat: add stars
29b64bf
raw
history blame
3.23 kB
<!DOCTYPE html>
<html lang="en">
<head>
<title>Spaceship freeride</title>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.png" />
<meta name="viewport" content="width=device-width" />
<script async src="https://cdn.splitbee.io/sb.js"></script>
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/0.afeecb15.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/entry/start.2e67b0fa.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.0d3f7c7a.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.57238181.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.777ac726.js">
<link rel="modulepreload" href="./_app/immutable/nodes/0.59652007.js">
<link rel="modulepreload" href="./_app/immutable/nodes/2.14930ab5.js">
<link rel="modulepreload" href="./_app/immutable/chunks/stores.0fd75ed6.js">
</head>
<body data-sveltekit-preload-data="hover" class="bg-[#0C0F19] overflow-x-hidden bg-cover" style="background-image: url('images/sky.png');">
<div style="display: contents">
<div class="flex flex-col justify-center text-slate-100 font-Hellovetica items-center p-4 w-full">
<div class="flex flex-col justify-center items-center space-y-4 text-center mt-12"><img src="images/png_title.png" alt="Game title" class="h-48"></div>
<div class="relative mt-6 border-slate-800 border-[3px]">
<iframe src="smg/index.html" frameborder="0" title="Spaceship Drift" height="512" width="768" class=""></iframe>
<div class="h-[3px] bg-[#0C0F19] w-[3px] z-10 absolute -top-[3px] -left-[3px]"></div>
<div class="h-[3px] bg-[#0C0F19] w-[3px] z-10 absolute -bottom-[3px] -left-[3px]"></div>
<div class="h-[3px] bg-[#0C0F19] w-[3px] z-10 absolute -top-[3px] -right-[3px]"></div>
<div class="h-[3px] bg-[#0C0F19] w-[3px] z-10 absolute -bottom-[3px] -right-[3px]"></div></div>
<div class="flex flex-row justify-center items-center text-[9px] mt-4 text-slate-500"><p>ZQSD to move SPACE to jump. <a href="https://x.com/HugoDuprez/status/1712093324528541831?s=20" target="_blank" class="underline">Full shaders game demo</a></p></div>
<div class="flex flex-row justify-center items-center text-center fixed bottom-6 text-[9px] text-slate-500"><p>Made by <a href="https://www.hugoduprez.com/" target="_blank" class="underline">Hugo</a>
with
<a href="https://godotengine.org/" target="_blank" class="underline">Godot</a>,
<a href="https://svelte.dev/" target="_blank" class="underline">Svelte</a>, and
<a href="https://www.kenney.nl/tools" target="_blank" class="underline">Kenney assets</a></p></div></div>
<script>
{
__sveltekit_14blnvg = {
base: new URL(".", location).pathname.slice(0, -1),
env: {}
};
const element = document.currentScript.parentElement;
const data = [null,null];
Promise.all([
import("./_app/immutable/entry/start.2e67b0fa.js"),
import("./_app/immutable/entry/app.777ac726.js")
]).then(([kit, app]) => {
kit.start(app, element, {
node_ids: [0, 2],
data,
form: null,
error: null
});
});
}
</script>
</div>
</body>
</html>