diff --git a/Palette/maps/map1.yaml b/Palette/maps/map1.yaml index cfb82d6..c08a2fb 100644 --- a/Palette/maps/map1.yaml +++ b/Palette/maps/map1.yaml @@ -7,7 +7,7 @@ env: ship_radius: !!int 5 ship_velocity: 200 sonar_spread_times: !!int 40 - obstacles: + obstacles: obstacle0: [100, 600, 100, 200] obstacle1: [300, 360, 120, 120] obstacle2: [660, 460, 120, 120] diff --git a/Palette/maps/map2.yaml b/Palette/maps/map2.yaml index e395bfd..9f87da2 100644 --- a/Palette/maps/map2.yaml +++ b/Palette/maps/map2.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, 600, 100, 200] obstacle1: [300, 260, 120, 320] obstacle2: [660, 460, 120, 120]