From 1d3950a82a9c437c6488825d639eec59856ca65c Mon Sep 17 00:00:00 2001 From: Emad Ali <70924991+Mclilzee@users.noreply.github.com> Date: Sun, 8 Dec 2024 22:24:09 +0100 Subject: [PATCH] Replace deperacted bundle mention in the comment (#16699) Clean up left over comments after changes were made from bundles to required components --- examples/games/desk_toy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/games/desk_toy.rs b/examples/games/desk_toy.rs index 2c985dad94..d88dbc7e46 100644 --- a/examples/games/desk_toy.rs +++ b/examples/games/desk_toy.rs @@ -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::{