Formatting
This commit is contained in:
parent
0ec5fbbe8c
commit
97a78c8bb1
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue