feat: back button maybe standard bottom right?
This commit is contained in:
parent
f8f50a0755
commit
fc3ad3a555
|
|
@ -44,7 +44,7 @@ func _delayed_ready() ->void:
|
|||
## Updates prompt label based on the interaction type and collected state
|
||||
func _show_prompt() -> void:
|
||||
var overrides : Array[StringName] = [&"menu_back"]
|
||||
P.left_bottom(P.pick(&"ui_cancel"), overrides)
|
||||
P.right_bottom(P.pick(&"ui_cancel"), overrides)
|
||||
P.instruction(I18n.get_memento_prompt(mementos_collected))
|
||||
P.performed.connect(_perform)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue