Skip to content

Commit

Permalink
Merge branch 'main' into add_automated_checks
Browse files Browse the repository at this point in the history
  • Loading branch information
iMilchshake committed Aug 24, 2024
2 parents 11dbdbe + 9311ba3 commit d929428
Show file tree
Hide file tree
Showing 9 changed files with 174 additions and 293 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ default-run = "gores-generator"
name = "gores-generator"
path = "src/main.rs"

[[bin]]
name = "camera_test"

[[bin]]
name = "twmap_test"

Expand Down
23 changes: 23 additions & 0 deletions data/map_configs/downhill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "downhill",
"waypoints": [
{
"x": 50,
"y": 50
},
{
"x": 450,
"y": 450
},
{
"x": 50,
"y": 850
},
{
"x": 450,
"y": 1250
}
],
"width": 500,
"height": 1300
}
47 changes: 0 additions & 47 deletions data/map_configs/tower.json

This file was deleted.

146 changes: 0 additions & 146 deletions src/bin/camera_test.rs

This file was deleted.

Loading

0 comments on commit d929428

Please sign in to comment.