diff options
author | nokoe <nokoe@mailbox.org> | 2025-04-07 02:09:57 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2025-04-07 02:09:57 +0200 |
commit | 48a7a20e0f1595cd6e46c8c5136863ed56d5ef2b (patch) | |
tree | 0c700cf46b285887d6c8e582d5c56ced954e77d6 /data | |
parent | 803645281ad11353bdbbd0ccf4683f203d9554fa (diff) | |
download | hurrycurry-48a7a20e0f1595cd6e46c8c5136863ed56d5ef2b.tar hurrycurry-48a7a20e0f1595cd6e46c8c5136863ed56d5ef2b.tar.bz2 hurrycurry-48a7a20e0f1595cd6e46c8c5136863ed56d5ef2b.tar.zst |
tram model
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/debug2.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/debug2.yaml b/data/maps/debug2.yaml index 154296e6..029d77f3 100644 --- a/data/maps/debug2.yaml +++ b/data/maps/debug2.yaml @@ -30,7 +30,7 @@ map: - "........................" - ".............'''''''''''" - ".............''''''''.''" - - ".............''l''''''''" + - ".............'''''''''''" - ".............'''''''''''" - ".............''l''''''''" - ".............'''''''''''" @@ -97,11 +97,11 @@ entities: - !environment_effect { name: rain, on: 60, off: 40 } - !environment_effect { name: wind, on: 60, off: 40 } - !tram - length: 3 - character: 51 + length: 4 + character: 52 points: [[3, 3], [23, 3], [23, 15], [3, 15]] smoothing: 3. - spacing: 0.2 + spacing: 0.35 chef_spawn: "~" customer_spawn: "!" |