Skip to content

Commit

Permalink
Fix the "parameters" example
Browse files Browse the repository at this point in the history
  • Loading branch information
merwaaan committed Aug 30, 2024
1 parent d3e2534 commit 8e5be30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/parameters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fn setup(

let texture = assets.load("ball.png");

let layout = atlas_layouts.add(spritesheet.atlas_layout(96, 96));
let layout = atlas_layouts.add(spritesheet.atlas_layout(100, 20));

// Create an animated sprite for each parameter set

Expand Down

0 comments on commit 8e5be30

Please sign in to comment.