Better spawn point

Former-commit-id: 31b4df016aea512494d419515043baa288fa9ab5
This commit is contained in:
Joshua Barretto 2019-05-25 06:42:26 +01:00
parent c919f6fc83
commit 2f376509a3

View File

@ -76,7 +76,7 @@ impl Server {
state.ecs_mut().register::<comp::phys::ForceUpdate>();
state
.ecs_mut()
.add_resource(SpawnPoint(Vec3::new(16_384.0, 16_384.0, 150.0)));
.add_resource(SpawnPoint(Vec3::new(16_384.0, 16_384.0, 280.0)));
let mut this = Self {
state,