This commit is contained in:
parent
528e1bc5b5
commit
074010755c
13 changed files with 21 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue