Skip to content

Commit 84f4ef9

Browse files
committed
Fixed game over line place
1 parent 81b2d89 commit 84f4ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/trash.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,8 @@ fn setup(
527527
custom_size: Some(Vec2::new(window.width() - 85.0, 10.0)),
528528
..default()
529529
}, // Set the size (20x20)
530-
// transform: Transform::from_translation(Vec3::new(0.0, window.height() - 294.0, 0.0)),
531-
transform: Transform::from_translation(Vec3::new(0.0, window.height() - 800.0, 0.0)),
530+
transform: Transform::from_translation(Vec3::new(0.0, window.height() - 294.0, 0.0)),
531+
// transform: Transform::from_translation(Vec3::new(0.0, window.height() - 800.0, 0.0)),
532532
..default()
533533
}
534534
)

0 commit comments

Comments
 (0)