diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-06 18:06:47 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-06 18:06:47 +0200 |
commit | a8e792fe129901193258b8db298de9148426b45c (patch) | |
tree | da6e19079e164885fe5dae5b291038c1ac0605ad /data | |
parent | b7a59798ea69b403b14de128bc505d9bcb29fa4c (diff) | |
download | hurrycurry-a8e792fe129901193258b8db298de9148426b45c.tar hurrycurry-a8e792fe129901193258b8db298de9148426b45c.tar.bz2 hurrycurry-a8e792fe129901193258b8db298de9148426b45c.tar.zst |
improve tram smoothing
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/debug2.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/maps/debug2.yaml b/data/maps/debug2.yaml index 1968c8ca..1ff423de 100644 --- a/data/maps/debug2.yaml +++ b/data/maps/debug2.yaml @@ -90,7 +90,9 @@ entities: - !tram length: 3 character: 51 - points: [[1, 2], [15, 2], [15, 8], [1, 8]] + points: [[3, 3], [23, 3], [23, 15], [3, 15]] + smoothing: 3. + spacing: 0.2 chef_spawn: "~" customer_spawn: "!" |