fix: harden recovery flow and clean diagnostics
This commit is contained in:
parent
0158b0215f
commit
ff78710303
64 changed files with 1163 additions and 418 deletions
|
|
@ -38,16 +38,18 @@ func _run() -> void:
|
|||
KeyboardMouseMappingManagerType.ROLE_INTERACT
|
||||
) == "e"
|
||||
)
|
||||
assert(
|
||||
var zoom_in_label: String = str(
|
||||
KeyboardMouseMappingManagerType.ROLE_LABELS[
|
||||
KeyboardMouseMappingManagerType.ROLE_CAMERA_ZOOM_IN
|
||||
] == "hotbar select (+SHIFT to zoom)"
|
||||
]
|
||||
)
|
||||
assert(
|
||||
var zoom_out_label: String = str(
|
||||
KeyboardMouseMappingManagerType.ROLE_LABELS[
|
||||
KeyboardMouseMappingManagerType.ROLE_CAMERA_ZOOM_OUT
|
||||
] == "hotbar select (+SHIFT to zoom)"
|
||||
]
|
||||
)
|
||||
assert(zoom_in_label == "hotbar select (+SHIFT to zoom)")
|
||||
assert(zoom_out_label == "hotbar select (+SHIFT to zoom)")
|
||||
assert(
|
||||
str(defaults[
|
||||
str(KeyboardMouseMappingManagerType.ROLE_PRIMARY_ACTION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue