Devlogs
A separate GMS2 version
This does a few things:
- Has GMS2 platform flags set accordingly
(as importing GMS1 extensions has the console checkboxes missing, which can be confusing) - Changes `if (x) ++y;` bits of code to be `if (x) y++;`, as the former is forbidden in 2.2.5+