Skip to content

Commit 1d3950a

Browse files
authored
Replace deperacted bundle mention in the comment (bevyengine#16699)
Clean up left over comments after changes were made from bundles to required components
1 parent a6b5f80 commit 1d3950a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/games/desk_toy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! This example demonstrates:
44
//! - Transparent windows that can be clicked through.
55
//! - Drag-and-drop operations in 2D.
6-
//! - Using entity hierarchy and [`SpatialBundle`]s to create simple animations.
6+
//! - Using entity hierarchy, Transform, and Visibility to create simple animations.
77
//! - Creating simple 2D meshes based on shape primitives.
88
99
use bevy::{

0 commit comments

Comments
 (0)