cargofmt
This commit is contained in:
parent
d90b0ad992
commit
2a27eaec6a
2 changed files with 23 additions and 27 deletions
|
@ -11,7 +11,7 @@ pub struct Ghost {
|
|||
pub charge: f32,
|
||||
/// max electric charge of the Ghost
|
||||
pub max_charge: f32,
|
||||
pub overworld_pos: IVec2,
|
||||
pub overworld_pos: IVec2
|
||||
}
|
||||
|
||||
impl Default for Ghost {
|
||||
|
@ -19,7 +19,7 @@ impl Default for Ghost {
|
|||
Self {
|
||||
charge: 1000.0,
|
||||
max_charge: 1000.0,
|
||||
overworld_pos: IVec2::ZERO,
|
||||
overworld_pos: IVec2::ZERO
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue