Skip to content

Releases: shizixian/FLUFFY

v0.3.4 - Back Button Fix

Choose a tag to compare

@shizixian shizixian released this 24 Jun 12:41

v0.3.4 Changelog

Fixed

  • Level select back button no longer freezes the app
  • Simplified transition: direct visibility switch, no tweens or call_deferred
  • Input handler back key also simplified

v0.3.3 - Android Back Button Fix

Choose a tag to compare

@shizixian shizixian released this 24 Jun 12:30

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

Choose a tag to compare

@shizixian shizixian released this 24 Jun 12:23

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

Choose a tag to compare

@shizixian shizixian released this 24 Jun 12:18

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

Choose a tag to compare

@shizixian shizixian released this 24 Jun 12:10

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

Choose a tag to compare

@shizixian shizixian released this 24 Jun 11:48

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

Choose a tag to compare

@shizixian shizixian released this 19 Jun 12:41

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

Choose a tag to compare

@shizixian shizixian released this 19 Jun 09:20

v0.1.0 - Initial Release

First playable version of FLUFFY.

Features

  • Core tile-matching gameplay
  • Progressive difficulty levels
  • Solvable layout generation
  • Basic UI & menus