Releases: shizixian/FLUFFY
Releases · shizixian/FLUFFY
Release list
v0.3.4 - Back Button Fix
v0.3.3 - Android Back Button Fix
v0.3.3 Changelog
Fixed
- Android back button no longer exits the app
- Input events properly consumed via set_input_as_handled()
- Main menu ignores back button to prevent accidental game start
v0.3.2 - Back Button Fix
v0.3.2 Changelog
Fixed
- Level select back button no longer freezes the app
- Proper main menu state restoration when returning from level select
- Added smooth fade-in transition on return
v0.3.1 - Language Switch Fix
v0.3.1 Changelog
Fixed
- Main menu title, subtitle, and button text now refresh on language switch
- Settings panel text refreshes on language switch
- Pause panel text refreshes on language switch
- Level select title and back button refresh on language switch
Previously only the game HUD was refreshing — now all UI panels update immediately.
v0.3.0 - Multi-Language Support
v0.3.0 Changelog
Multi-Language Support
- Added 3 languages: Simplified Chinese (简体中文), Traditional Chinese (繁体中文), English
- Language selector in Settings and Pause menus
- All ~52 UI text strings fully translated
- Instant UI refresh on language switch
- Language preference persists across sessions
Code Improvements
- `_t()` translation helper with format-string support
- Replaced text-based conditionals with boolean flags
- Button identification now uses node names instead of Chinese text matching
Languages
| Code | Display |
|---|---|
| zh_CN | 简体中文 |
| zh_TW | 繁体中文 |
| en | English |
v0.2.1 - UI Fixes
v0.2.1 Changelog
UI Fixes
- Fixed HUD pill backgrounds lingering on level select screen
- Main menu button card background now fully transparent
Code
- `_hide_game_ui()` / `_show_game_ui()` fully sync all pill background visibility
- `update_selected_ui()` toggles selected label pills along with labels
v0.2.0 - Second Release
v0.2.0 Changelog
Features
- Touch handling fixes for mobile
- Enlarged UI for better mobile experience
- Camera cutout (notch/punch-hole) adaptation
- Splash screen removed for faster launch
Gameplay
- Level select screen with star ratings
- Per-level star tracking & total score
- Improved HUD layout
v0.1.0 - Initial Release
v0.1.0 - Initial Release
First playable version of FLUFFY.
Features
- Core tile-matching gameplay
- Progressive difficulty levels
- Solvable layout generation
- Basic UI & menus