修改删除

This commit is contained in:
p57492168 2022-06-25 15:14:35 +08:00
parent d9e42582fb
commit 9177dc8154
2 changed files with 2 additions and 2 deletions

View File

@ -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, 260, 120, 320]
obstacle2: [660, 460, 120, 120]

View File

@ -7,7 +7,7 @@ env:
ship_radius: !!int 1
ship_velocity: 40
sonar_spread_times: !!int 40
obstacles: # name: [x of the left bottom, y of the left bottom, width, height]
obstacles:
obstacle0: [40, 440, 340, 220]
obstacle1: [100, 160, 300, 180]
obstacle2: [300, 40, 100, 60]