SeAIPalette/Palette/maps/map_actual_show.yaml

23 lines
705 B
YAML

map_name: map_actual_show
env:
window_width: !!int 1300
window_height: !!int 1200
field_size: [20, 20]
start_position: [10, 10]
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]
obstacle0: [40, 440, 340, 220]
obstacle1: [100, 160, 300, 180]
obstacle2: [300, 40, 100, 60]
obstacle3: [500, 340, 160, 80]
obstacle4: [980, 20, 180, 80]
obstacle5: [860, 300, 260, 160]
obstacle6: [1160, 440, 60, 40]
obstacle7: [740, 980, 180, 120]
obstacle8: [0, 1140, 140, 60]
obstacle9: [1240, 700, 60, 60]
actual_background: !!bool true
actual_around_area: !!int 0