-
Notifications
You must be signed in to change notification settings - Fork 5
Description
The web site offers Windows, Linux, and macOS downloads of version "1.0.4". There is no tag in this repository for that version. There is only a v1.0 tag which was created December 20, 2016.
The Windows and Linux downloads are from January 12, 2013. The code in those two .love files is identical and is almost the same as the repository's v1.0 tag except for a whitespace change, the addition of a comment, and changing fsaa from 2 to 16.
The Mac download is from November 17, 2013, and has significant differences. The bundled version of LÖVE is 0.8 even though this repository's README says:
Line 2 in af20bd8
| Runs on LÖVE 0.7.2 |
The changes in the Mac version's code seem to be for LÖVE 0.8 compatibility but this code is nowhere to be found in this repository.
Could you commit the LÖVE 0.8-compatible version of the code to this repository and maybe tag it as version 1.0.5 and publish new Windows/Linux/macOS downloads of that version?