Skip to content

Commit

Permalink
Merge pull request #2943 from FoamyGuy/kareltherobot
Browse files Browse the repository at this point in the history
Fix for Karel
  • Loading branch information
TheKitty authored Dec 18, 2024
2 parents c16c5b8 + ec6d564 commit b6a7df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CircuitPython_Karel_The_Robot/karel/circuitpythonkarel.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def __init__(self, display, world_width=10, world_height=10, beeper_limit=False)
self.world_group = Group()
self.world_group.append(self.background_group)

lib_dir = "/".join(__file__.split("/")[0:3])
lib_dir = "karel"
self.spritesheet_bmp, self.spritesheet_palette = adafruit_imageload.load(
f"{lib_dir}/spritesheet.png"
)
Expand Down

0 comments on commit b6a7df8

Please sign in to comment.