Skip to content

Commit

Permalink
fixed module imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
r4stered committed Nov 12, 2024
1 parent b99be4b commit c1886f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion simgui-window.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@
"Size": "290,121"
}
}
}
}
10 changes: 5 additions & 5 deletions simgui.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"windows": {
"/SmartDashboard/SwerveField": {
"BL Pos": {
"image": "swerve_module.png",
"image": "img/swerve_module.png",
"length": 0.20000000298023224,
"width": 0.20000000298023224
},
"BR Pos": {
"image": "swerve_module.png",
"image": "img/swerve_module.png",
"length": 0.20000000298023224,
"width": 0.20000000298023224
},
"FL Pos": {
"image": "swerve_module.png",
"image": "img/swerve_module.png",
"length": 0.20000000298023224,
"width": 0.20000000298023224
},
"FR Pos": {
"image": "swerve_module.png",
"image": "img/swerve_module.png",
"length": 0.20000000298023224,
"width": 0.20000000298023224
},
Expand Down Expand Up @@ -79,4 +79,4 @@
},
"visible": true
}
}
}

0 comments on commit c1886f4

Please sign in to comment.