mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix: spawnpoint nearer to the floor
We can change this back when we have a proper spawn location system or random seeds.
This commit is contained in:
parent
ce3921c345
commit
462bb50879
@ -104,7 +104,7 @@ impl Server {
|
|||||||
let mut state = State::default();
|
let mut state = State::default();
|
||||||
state
|
state
|
||||||
.ecs_mut()
|
.ecs_mut()
|
||||||
.add_resource(SpawnPoint(Vec3::new(16_384.0, 16_384.0, 512.0)));
|
.add_resource(SpawnPoint(Vec3::new(16_384.0, 16_384.0, 190.0)));
|
||||||
state
|
state
|
||||||
.ecs_mut()
|
.ecs_mut()
|
||||||
.add_resource(EventBus::<ServerEvent>::default());
|
.add_resource(EventBus::<ServerEvent>::default());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user