fix bsp nsew centering

This commit is contained in:
🪞👃🪞 2025-01-10 19:20:48 +01:00
parent a8611db452
commit 6746844b7b
9 changed files with 25 additions and 15 deletions

View file

@ -12,6 +12,8 @@ const EDN: &'static [&'static str] = &[
include_str!("edn06.edn"),
include_str!("edn07.edn"),
include_str!("edn08.edn"),
include_str!("edn09.edn"),
include_str!("edn10.edn"),
];
fn main () -> Usually<()> {

View file

@ -1 +1 @@
(fixed/xy 30 20 (bsp/s (fixed/xy 5 5 :hello) (fixed/xy 5 5 :world)))
(fixed/xy 30 20 (bsp/s (fixed/xy 5 6 :hello) (fixed/xy 7 8 :world)))

View file

@ -1 +1 @@
(fixed/xy 30 20 (bsp/e (fixed/xy 5 5 :hello) (fixed/xy 5 5 :world)))
(fixed/xy 30 20 (bsp/e (fixed/xy 5 6 :hello) (fixed/xy 7 8 :world)))

View file

@ -1 +1 @@
(fixed/xy 30 20 (bsp/n (fixed/xy 5 5 :hello) (fixed/xy 5 5 :world)))
(fixed/xy 30 20 (bsp/n (fixed/xy 5 6 :hello) (fixed/xy 7 8 :world)))

View file

@ -1 +1 @@
(fixed/xy 30 20 (bsp/w (fixed/xy 5 5 :hello) (fixed/xy 5 5 :world)))
(fixed/xy 30 20 (bsp/w (fixed/xy 5 6 :hello) (fixed/xy 7 8 :world)))

1
tek/examples/edn09.edn Normal file
View file

@ -0,0 +1 @@
(fixed/xy 30 20 (bsp/a (fixed/xy 5 6 :hello) (fixed/xy 7 8 :world)))

1
tek/examples/edn10.edn Normal file
View file

@ -0,0 +1 @@
(fixed/xy 30 20 (bsp/b (fixed/xy 5 6 :hello) (fixed/xy 7 8 :world)))