Skip to content

Commit

Permalink
Corrected note to sat lifeform
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmayhew committed Nov 27, 2019
1 parent d208317 commit 339d597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fn initialise_lifeforms(world: &mut World, sprite_sheet: Handle<SpriteSheet>) {
// Assign the sprites for the lifeform
let sprite_render = SpriteRender {
sprite_sheet: sprite_sheet.clone(),
sprite_number: 0, // paddle is the first sprite in the sprite_sheet
sprite_number: 0, // lifeform is the first sprite in the sprite_sheet
};

// Create a life form entity.
Expand Down

0 comments on commit 339d597

Please sign in to comment.