remove player extra coins

This commit is contained in:
Evan Pratten 2021-04-25 12:39:53 -04:00
parent 7979295f7a
commit cc4affdbd1

View File

@ -58,7 +58,6 @@ impl Player {
radius: 4.5,
position: spawn.clone(),
inventory: PlayerInventory::new(),
coins: 50, //TMP
..Default::default()
}
}