Formatting

master
Alex Bethel 2022-01-10 19:31:53 -06:00
parent 0ec5fbbe8c
commit 97a78c8bb1
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@ fn main() {
world
.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(Player)
.with(Mobile {