Reduce player health
This commit is contained in:
@ -9,8 +9,8 @@ pub fn spawn_player(ecs: &mut World, pos: Point) {
|
||||
glyph: to_cp437('@'),
|
||||
},
|
||||
Health {
|
||||
current: 20,
|
||||
max: 20,
|
||||
current: 10,
|
||||
max: 10,
|
||||
},
|
||||
Name("Player 1".to_string()),
|
||||
));
|
||||
|
Reference in New Issue
Block a user