fix(examples): changed function calls from the new Renderer2D implementation

This commit is contained in:
lisk77 2025-10-31 01:17:06 +01:00
parent 1f983fb2ad
commit 40d60771a3
8 changed files with 3 additions and 809 deletions

View file

@ -2,7 +2,7 @@ use comet::prelude::*;
fn setup(app: &mut App, renderer: &mut Renderer2D) {
// Initialize the texture atlas
renderer.initialize_atlas();
renderer.init_atlas();
// Register components
app.register_component::<Position2D>();