Added debug mode + fighting agent class

This commit is contained in:
2024-09-22 16:00:48 -04:00
parent 29f9ce5140
commit 9b0fe2183b
20 changed files with 87 additions and 28 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class FishingAgent:
self.fishingBobberImg = cv.imread("assets/fishing/bobbers/Bobber2.jpg", cv.IMREAD_GRAYSCALE)
self.fishingIconImg = cv.imread("assets/fishing/FishIcon.jpg", cv.IMREAD_GRAYSCALE)
self.fishingThread = None
self.logger = Logger("Fishing Agent")
self.logger = Logger("Fishing Agent", player.debug)
self.lureLoc = None
self.monitor = monitor
self.player = player