diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/maps/debug2.yaml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/data/maps/debug2.yaml b/data/maps/debug2.yaml index b4a578da..fb5ca879 100644 --- a/data/maps/debug2.yaml +++ b/data/maps/debug2.yaml @@ -51,15 +51,16 @@ tiles: "D": house-door -c entities: + - !player_portal_pair { a: [5, 8], b: [10, 8] } - !environment_effect { name: rain, on: 60, off: 40 } - !environment_effect { name: wind, on: 60, off: 40 } - - !tram - length: 4 - character: 52 - points: [[5, 5], [23, 3], [23, 15], [3, 15]] - smoothing: 3. - spacing: 0.3625 - - !pedestrians - points: [[7, 7], [19, 7], [19, 13], [7, 13]] - spawn_delay: 0.5 - spawn_delay_stdev: 1 + # - !tram + # length: 4 + # character: 52 + # points: [[5, 5], [23, 3], [23, 15], [3, 15]] + # smoothing: 3. + # spacing: 0.3625 + # - !pedestrians + # points: [[7, 7], [19, 7], [19, 13], [7, 13]] + # spawn_delay: 0.5 + # spawn_delay_stdev: 1 |