Skip to content

Commit

Permalink
Added a serato vinyl
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Jan 25, 2024
1 parent 624f62f commit af5ce24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added images/sprites/misc/vinyl_serato.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions wideboy/systems/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ def start(self) -> None:
(
self.cache,
"mode7_vinyl",
f"{self.app_state.config.paths.images_sprites}/misc/vinyl.png",
f"{self.app_state.config.paths.images_sprites}/misc/vinyl_serato.png",
(self.display_info.current_w, self.display_info.current_h),
0.15,
0 - r,
0.8,
0.4,
),
),
)
Expand Down
2 changes: 1 addition & 1 deletion wideboy/systems/scene/stages/seven.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def setup(self) -> None:
WidgetSpinner(
build_image_sprite(self.cache.surfaces["mode7_vinyl"][0]),
x=0,
y=8,
y=0,
z_order=5,
frames=self.cache.surfaces["mode7_vinyl"],
frame_delay=1,
Expand Down

0 comments on commit af5ce24

Please sign in to comment.