feat: back button maybe standard bottom right?
This commit is contained in:
parent
7d067ca2ac
commit
e2c2f69162
|
|
@ -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