mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
fix alignments (when used in the right order)
This commit is contained in:
parent
e460ceaf48
commit
86188b59db
2 changed files with 28 additions and 31 deletions
|
|
@ -1,11 +1,11 @@
|
|||
(bsp/s
|
||||
(bsp/e (fixed/xy 5 3 (align/nw :hello))
|
||||
(bsp/e (fixed/xy 5 3 (align/n :hello))
|
||||
(fixed/xy 5 3 (align/ne :hello))))
|
||||
(bsp/e (fixed/xy 8 5 (align/nw :hello))
|
||||
(bsp/e (fixed/xy 8 5 (align/n :hello))
|
||||
(fixed/xy 8 5 (align/ne :hello))))
|
||||
(bsp/s
|
||||
(bsp/e (fixed/xy 5 3 (align/w :hello))
|
||||
(bsp/e (fixed/xy 5 3 (align/c :hello))
|
||||
(fixed/xy 5 3 (align/e :hello))))
|
||||
(bsp/e (fixed/xy 5 3 (align/sw :hello))
|
||||
(bsp/e (fixed/xy 5 3 (align/s :hello))
|
||||
(fixed/xy 5 3 (align/se :hello))))))
|
||||
(bsp/e (fixed/xy 8 5 (align/w :hello))
|
||||
(bsp/e (fixed/xy 8 5 (align/c :hello))
|
||||
(fixed/xy 8 5 (align/e :hello))))
|
||||
(bsp/e (fixed/xy 8 5 (align/sw :hello))
|
||||
(bsp/e (fixed/xy 8 5 (align/s :hello))
|
||||
(fixed/xy 8 5 (align/se :hello))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue