Expand fish catalog and add bait system
This commit is contained in:
parent
43f57e56a0
commit
954042fd1d
134 changed files with 3134 additions and 127 deletions
|
|
@ -150,7 +150,9 @@ func open_page(preserved_endpoint: String = "") -> void:
|
|||
func close_page() -> void:
|
||||
_clear_edit_state()
|
||||
hide()
|
||||
get_viewport().gui_release_focus()
|
||||
var current_viewport: Viewport = get_viewport()
|
||||
if current_viewport != null:
|
||||
current_viewport.gui_release_focus()
|
||||
|
||||
|
||||
func get_endpoint_text() -> String:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue