Expand character customization and refine fishing flow
This commit is contained in:
parent
8cc4c0985d
commit
43f57e56a0
144 changed files with 3108 additions and 189 deletions
|
|
@ -582,6 +582,10 @@ func setup_controller_mapping(
|
|||
_profile_page.setup_controller_mapping(_controller_mapping_manager)
|
||||
|
||||
|
||||
func set_profile_preview_world_pixel_size(pixel_size: int) -> void:
|
||||
_profile_page.set_world_pixel_size(pixel_size)
|
||||
|
||||
|
||||
func _input(event: InputEvent) -> void:
|
||||
if event is InputEventKey and event.echo:
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue