Rebrand project and refresh title presentation

This commit is contained in:
Alexander Sellite 2026-08-25 17:14:12 -04:00
parent 17fef2c5d4
commit 7ae20789a9
138 changed files with 1511 additions and 1498 deletions

View file

@ -201,13 +201,13 @@ func _add_test_catch(player: Player, fish: FishData) -> void:
func _capture_if_requested(suffix: String) -> void:
if not OS.has_environment("NETFISHING_LOGBOOK_CAPTURE"):
if not OS.has_environment("straywild_LOGBOOK_CAPTURE"):
return
await process_frame
await process_frame
var image: Image = root.get_texture().get_image()
var path: String = (
OS.get_environment("NETFISHING_LOGBOOK_CAPTURE")
OS.get_environment("straywild_LOGBOOK_CAPTURE")
+ suffix
+ ".png"
)