Skip to content

Commit

Permalink
remove beams from config files
Browse files Browse the repository at this point in the history
  • Loading branch information
BENJAMIN committed May 20, 2019
1 parent b4489f4 commit 5a23856
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ __pycache__/
UnitySDK.log
/venv
testDevs.py
testDevs.yaml
testDevs.yaml
.DS_Store
2 changes: 1 addition & 1 deletion configs/exampleConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ arenas:
sizes:
- !Vector3 {x: -1, y: 5, z: -1}
- !Item
name: Cylinder
name: CylinderTunnel
positions: []
rand_color: true
rotations: []
Expand Down
4 changes: 2 additions & 2 deletions configs/exampleTraining.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ arenas:
rand_all_colors: true
items:
- !Item
name: Beam1
name: Wall
positions: []
rand_color: false
rotations: []
sizes: []
- !Item
name: Cylinder
name: CylinderTunnel
positions: []
rand_color: false
rotations: []
Expand Down

0 comments on commit 5a23856

Please sign in to comment.