mirror of
https://github.com/lisk77/comet.git
synced 2025-12-12 17:18:50 +00:00
fix(examples): changed function calls from the new Renderer2D implementation
This commit is contained in:
parent
1f983fb2ad
commit
40d60771a3
8 changed files with 3 additions and 809 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue