remove player extra coins
This commit is contained in:
parent
7979295f7a
commit
cc4affdbd1
@ -58,7 +58,6 @@ impl Player {
|
|||||||
radius: 4.5,
|
radius: 4.5,
|
||||||
position: spawn.clone(),
|
position: spawn.clone(),
|
||||||
inventory: PlayerInventory::new(),
|
inventory: PlayerInventory::new(),
|
||||||
coins: 50, //TMP
|
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user