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