spooky little ghosts
All checks were successful
/ test_checkout (push) Successful in 1m49s

This commit is contained in:
Jean-Marie Mineau 2025-10-15 17:37:38 +02:00
parent 528e1bc5b5
commit 074010755c
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
13 changed files with 21 additions and 1 deletions

View file

@ -29,3 +29,22 @@ pirat-color.red,
})
}
]
#let ghost(img, ..args,) = {
move(
..args,
image(img, height: 100pt)
)
}
#let ghost-1 = ghost.with("imgs/ghosts/ghost-1.png")
#let ghost-2 = ghost.with("imgs/ghosts/ghost-2.png")
#let ghost-3 = ghost.with("imgs/ghosts/ghost-3.png")
#let ghost-4 = ghost.with("imgs/ghosts/ghost-4.png")
#let ghost-5 = ghost.with("imgs/ghosts/ghost-5.png")
#let ghost-6 = ghost.with("imgs/ghosts/ghost-6.png")
#let ghost-7 = ghost.with("imgs/ghosts/ghost-7.png")
#let eye-1 = ghost.with("imgs/ghosts/eye-1.png")
#let eye-2 = ghost.with("imgs/ghosts/eye-2.png")
#let eye-3 = ghost.with("imgs/ghosts/eye-3.png")
#let eye-4 = ghost.with("imgs/ghosts/eye-4.png")