AZO234 / NP2kai

Neko Project II kai
http://domisan.sakura.ne.jp/article/np2kai/np2kai.html
MIT License
246 stars 61 forks source link

Implement fullscreen mode for SDL2 and CMakeLists.txt fixes #169

Open john-at-charpa opened 8 months ago

john-at-charpa commented 8 months ago

Greetings! Thank you for your excellent work on NP2. NP2kai is the only version I've found that builds easily on macOS.

I noticed that the SDL2 code lacks a full screen option, so I've implemented it. I also added logic for the menu options. For macOS users there is also an added cmd-f toggle.

After cloning and trying to build I noticed that some of the CMakeLists.txt logic (in particular the git related logic) returns confusing errors. I've reworked it to return more specific errors.

Here is the change log:

o Implement fullscreen mode for SDL2 with a working menu (F11/mouse) o Implement a cmd-f fullscreen toggle for macOS o Improve git logic in CMakeLists.txt

是非PRのご使用をご検討ください。よろしくお願い致します。