Replace deperacted bundle mention in the comment (#16699)

Clean up left over comments after changes were made from bundles to
required components
This commit is contained in:
Emad Ali 2024-12-08 22:24:09 +01:00 committed by GitHub
parent a6b5f80715
commit 1d3950a82a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
//! This example demonstrates:
//! - Transparent windows that can be clicked through.
//! - Drag-and-drop operations in 2D.
//! - Using entity hierarchy and [`SpatialBundle`]s to create simple animations.
//! - Using entity hierarchy, Transform, and Visibility to create simple animations.
//! - Creating simple 2D meshes based on shape primitives.
use bevy::{