mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Better spawn point
Former-commit-id: 31b4df016aea512494d419515043baa288fa9ab5
This commit is contained in:
parent
c919f6fc83
commit
2f376509a3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user