hs-mortality: progress progress progress

This commit is contained in:
mehbark 2023-07-25 01:53:47 -04:00
parent 221e65e2e8
commit 5f41aff90a
3 changed files with 19 additions and 11 deletions

View file

@ -11,17 +11,25 @@
// a.insertAdjacentElement("afterend", img);
// })
import { render_and_copy, static_url } from "./common.tsx";
import { Main, render_and_copy, static_url } from "./common.tsx";
// TODO: rip a hole in the panel (for blood on back)
render_and_copy(
<Main>
<img
src={static_url("homestuck-3853-transparent.png")}
id="panel"
src={static_url("homestuck-3853-transparent-egbertless.png")}
alt="TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO"
style={{
background:
// TODO: don't hotlink, actually find the right thing
// this might be good enough tm
"url(https://homestuck.net/img/resources/assets/incipisphere-assets/35%20-%20eCjrT.png) fixed;",
background: `url(${static_url(
"incipisphere-thingie.png"
)}) fixed;`,
}}
/>
<img
id="egbert"
src={static_url("homestuck-3853-egbertful.png")}
alt="TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO"
/>
</Main>
);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 KiB