Skip to content

Commit

Permalink
Stash
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Nov 21, 2023
1 parent cc959e4 commit 709687c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wideboy/sprites/weather/animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ def update(
self.dirty = 1

if frame % 3 == 0:
self.render()
pass
# self.render()

def update_state(self) -> None:
try:
Expand Down Expand Up @@ -118,6 +119,7 @@ def render(self) -> None:
except Exception as e:
logger.warn(f"image:render error={e}")


def convert_weather_code_to_image_name(weather_code: str) -> List[str]:
return IMAGE_MAPPING[int(weather_code)]

Expand Down

0 comments on commit 709687c

Please sign in to comment.