mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Minor tweaks to aiming
This commit is contained in:
parent
2a9e03caf2
commit
cdd94c899f
@ -593,7 +593,7 @@ impl PlayState for SessionState {
|
|||||||
.state()
|
.state()
|
||||||
.read_storage::<comp::CharacterState>()
|
.read_storage::<comp::CharacterState>()
|
||||||
.get(player_entity)
|
.get(player_entity)
|
||||||
.map(|cs| cs.is_aimed())
|
.map(|cs| cs.is_wield())
|
||||||
.unwrap_or(false);
|
.unwrap_or(false);
|
||||||
|
|
||||||
(
|
(
|
||||||
|
@ -44,7 +44,7 @@ impl Default for GameplaySettings {
|
|||||||
auto_camera: false,
|
auto_camera: false,
|
||||||
bow_zoom: true,
|
bow_zoom: true,
|
||||||
zoom_lock: false,
|
zoom_lock: false,
|
||||||
aim_offset_x: 1.0,
|
aim_offset_x: 0.6,
|
||||||
aim_offset_y: 0.0,
|
aim_offset_y: 0.0,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user