From c1886f434109d70a5c878e0c3358357a0eb9cf4b Mon Sep 17 00:00:00 2001 From: Drew Williams Date: Mon, 11 Nov 2024 21:02:07 -0500 Subject: [PATCH] fixed module imgs --- simgui-window.json | 2 +- simgui.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/simgui-window.json b/simgui-window.json index 8e6e458..de72b55 100644 --- a/simgui-window.json +++ b/simgui-window.json @@ -118,4 +118,4 @@ "Size": "290,121" } } -} \ No newline at end of file +} diff --git a/simgui.json b/simgui.json index 5a57d8c..b78862f 100644 --- a/simgui.json +++ b/simgui.json @@ -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 }, @@ -79,4 +79,4 @@ }, "visible": true } -} \ No newline at end of file +}