diff --git a/Palette/maps/map0.yaml b/Palette/maps/map0.yaml index 9711eca..45f0853 100644 --- a/Palette/maps/map0.yaml +++ b/Palette/maps/map0.yaml @@ -7,7 +7,7 @@ env: ship_radius: !!int 5 ship_velocity: 200 sonar_spread_times: !!int 40 - obstacles: # name: [x of the left bottom, y of the left bottom, width, height] + obstacles: obstacle0: [100, 100, 100, 200] obstacle1: [300, 160, 120, 120] obstacle2: [460, 460, 120, 120]