From 1f0e27b6433760684f50af24ff5005347e9c1260 Mon Sep 17 00:00:00 2001 From: Uggla Date: Mon, 1 Jul 2024 23:46:52 +0200 Subject: [PATCH] fix: Do not show moving platforms on story messages --- src/moving_platform.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/moving_platform.rs b/src/moving_platform.rs index 29e5527..71f1400 100644 --- a/src/moving_platform.rs +++ b/src/moving_platform.rs @@ -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()