Hyphen-ated / RebirthItemTracker

Uses the log.txt file to track item pickups in Binding of Isaac: Rebirth.
BSD 2-Clause "Simplified" License
121 stars 26 forks source link

Bug95 OSX fixes. #138

Closed imsjrhowa closed 6 years ago

imsjrhowa commented 6 years ago

Fixed crash with process_network_results (osx) Fixed crash with tk and pygame when options screen is viewed for the first time. (osx)

Hyphen-ated commented 6 years ago

Looks good, thanks! There's one place where you stopped it from invisibly fullscreening itself on mac. This is part of a dumb hack to measure the screen size of the active monitor, in order to improve the UX when creating the options window. I'm guessing the change you put in might cause the options window to sometimes be created going off the edge of the screen when run on a mac, but at least that's better than not running at all.