Formatting

This commit is contained in:
Alex Bethel 2022-01-10 19:31:53 -06:00
parent 0ec5fbbe8c
commit 97a78c8bb1

View file

@ -28,7 +28,10 @@ fn main() {
world world
.create_entity() .create_entity()
.with(Position { x: spawn_pos.0, y: spawn_pos.1 }) .with(Position {
x: spawn_pos.0,
y: spawn_pos.1,
})
.with(CharRender { glyph: '@' }) .with(CharRender { glyph: '@' })
.with(Player) .with(Player)
.with(Mobile { .with(Mobile {