hs-mortality: progress progress progress
This commit is contained in:
parent
221e65e2e8
commit
5f41aff90a
3 changed files with 19 additions and 11 deletions
|
@ -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(
|
||||
<img
|
||||
src={static_url("homestuck-3853-transparent.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;",
|
||||
}}
|
||||
/>
|
||||
<Main>
|
||||
<img
|
||||
id="panel"
|
||||
src={static_url("homestuck-3853-transparent-egbertless.png")}
|
||||
alt="TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO"
|
||||
style={{
|
||||
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 |
BIN
static/incipisphere-thingie.png
Normal file
BIN
static/incipisphere-thingie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 568 KiB |
Loading…
Reference in a new issue