Skip to content

Commit

Permalink
fix: Do not show moving platforms on story messages
Browse files Browse the repository at this point in the history
  • Loading branch information
uggla committed Jul 2, 2024
1 parent 8d0472e commit 1f0e27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moving_platform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fn setup_moving_platforms(
sprite: Sprite { ..default() },
transform: Transform {
scale: Vec3::splat(MOVING_PLATFORM_SCALE_FACTOR),
translation: moving_platform.start_pos.extend(20.0),
translation: moving_platform.start_pos.extend(8.0),
..default()
},
..default()
Expand Down

0 comments on commit 1f0e27b

Please sign in to comment.