- Changed the Japanese link name in the READMEs - Implemented the widget class for Pyxel Editor - Added Example 6 by ttrkaya - Renamed the constant variable for the max screen size - Changed to set the default scale automatically
0.7.10
- Added screen size error - Added the link to the Pyxel wiki to the READMEs - Moved the README in Portuguese to the Pyxel wiki
0.7.9
- Changed the color of the system font texture to white - Fixed a typo in the README.md - Renamed the modules to use snake case - Added glfw version check
0.7.8
- Added the system option to the image API - Fixed the color bug of the shader for some environments - Added the dirname option to the load method of the image class - Updated the description of the init API of the READMEs
0.7.7
- Added the description of the screen size limitation to the READMEs - Added the Fedora Linux installation to the READMEs - Added another fallback to get the desktop folder name - Changed the number of the image banks to 3 - Added some image assets for Pyxel Editor (WIP)
0.7.6
- Specify the version of GLFW in the READMEs - Limited the window size to 256 because of OpenGL Point Sprite limitation - Fixed the element border lacks bug - Added Example 5