Clarify hotbar zoom control labels
This commit is contained in:
parent
c65176b99f
commit
f1c952f5d6
4 changed files with 30 additions and 4 deletions
|
|
@ -38,6 +38,16 @@ func _run() -> void:
|
|||
KeyboardMouseMappingManagerType.ROLE_INTERACT
|
||||
) == "e"
|
||||
)
|
||||
assert(
|
||||
KeyboardMouseMappingManagerType.ROLE_LABELS[
|
||||
KeyboardMouseMappingManagerType.ROLE_CAMERA_ZOOM_IN
|
||||
] == "hotbar select (+SHIFT to zoom)"
|
||||
)
|
||||
assert(
|
||||
KeyboardMouseMappingManagerType.ROLE_LABELS[
|
||||
KeyboardMouseMappingManagerType.ROLE_CAMERA_ZOOM_OUT
|
||||
] == "hotbar select (+SHIFT to zoom)"
|
||||
)
|
||||
assert(
|
||||
str(defaults[
|
||||
str(KeyboardMouseMappingManagerType.ROLE_PRIMARY_ACTION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue