Devlogs
v0.1.0: Levels!
tileA browser game made in HTML5
Posted December 07, 2020 by GoeDev
#release
Now the game is available in macOS, Windows, and Linux. Currently, there are three levels, but my goal is to prepare 100 levels. Have fun!
v0.1.0 - 2020-12-07
Added
- CHANGELOG.md file.
- A theme file for managing styles from the common place.
- Help keys in the game scene.
- Version information in the menu scene.
- Translation support.
- Credits page.
- Three levels.
Changed
- New key design (thanks to Ömercan Balandı).
- Export the image always with a unique name.
- Theme for buttons and confirmation dialog.
- Icon for the cursor.
Fixed
- Pixel overflow problem in image exporting.
- Check if change_scene and connect funcs return OK.
- Capture the mouse cursor.
- Optimize image exporting.
- HiDPI tileset scaling problems.