mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
fix bsp nsew centering
This commit is contained in:
parent
a8611db452
commit
6746844b7b
9 changed files with 25 additions and 15 deletions
|
|
@ -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<()> {
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
|
|
@ -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
1
tek/examples/edn09.edn
Normal 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
1
tek/examples/edn10.edn
Normal file
|
|
@ -0,0 +1 @@
|
|||
(fixed/xy 30 20 (bsp/b (fixed/xy 5 6 :hello) (fixed/xy 7 8 :world)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue