Skip to content

Commit

Permalink
Startup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankopf committed Aug 9, 2023
1 parent 0c871c8 commit 501f9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initializations/startup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub fn startup(
spawn_unit_from_template(&mut commands, position, &sprite_sheet, &UnitTemplate::crab());
}

let position = Position { x: 10, y: 6, z: 0 };
let position = Position { x: 30, y: 6, z: 0 };
let sprite = TextureAtlasSprite::new(TileType::Cave.sprite_index());
commands
.spawn(SpriteSheetBundle {
Expand Down

0 comments on commit 501f9b1

Please sign in to comment.