Releases: Lock-The-Door/Flowery-Fields
Releases · Lock-The-Door/Flowery-Fields
Bug Patches and Slight Improvements
Flowery Fields v1.1.2.0! Play Now on itch.io!
New Things
- The ability to dig out planted plots (you get 50% money return)
- Add a button to open escape menu in-game
- Loaning money is now only available on the 7th day unless you've already made a loan on the save file
- There is a popup to ask you if you want to play the tutorial before playing the game
- New game updates will create a popup
Bugs Fixed
- Going into debt can make the game stop working
- Exiting while in debt causes it to reset back into not in debt causing the game to not sell anything and also not take anything
- Fix up the shop ui a bit
- Finally make the path changing more smooth
Backend Changes
- Don't log every pathfind node the player walks to (still need to do the same for the pathfind manager)
- Story progression capabilities
A Flowery Patch
Flowery Fields v1.1.1.0! Play Now on itch.io!
New Things:
- Main menu music!
- More volume controls
- The more money you borrow and return, the more money you can borrow at a time
- Escape menu now has a button to close itself and the exit button was moved down
- Using a new font for the main menu title
Changes:
- Interest rates for the bank have been slightly lowered
- Colours in shop and borrow money ui have been slightly modified
- Changed font for price text in shop
- Fixes:
- Fixed issue where loading a saved game, exiting, then loading into the tutorial causes the day 1 screen to get stuck
- Flowers used to be able to go on top of the ui
- When you tried closing the popups multiple times, it disappeared mid-animation
- The saves menu had overlapping text on certain ratios
- The save name was a dead spot when loading games
- Backend:
Code cleanup
- The day # screen now acts as a loading screen and will also wait for the game to save and be ready just in case
- Moved the popup scripts to a separate folder
- Changed the naming format for music a little bit
- The escape menu is now a prefab
- Finally removed "Player Front" and "Player Back" sprite references that weren't needed since the initial release I think yay :)
First Update!
Flowery Fields v1.1.0.1! The First Update! Play Now on itch.io!
New Things!
- Made the family less poor (the base money you give to your family went from $20 -> $10)
- Fix some grammar mistakes
- Create a save selection menu
- The game will ask you if you want to quit the game with alt+f4 while in-game
- Added a tutorial
Bugs Fixed:
- Fixed the pollination bug making you go bankrupt
- The weather message showing everytime you load the game is gone
- Make the main menu and escape menu scale with screen size
- The bank now instantly updates the info when you change the interest rate
- Window popups now don't overlap on each other
- The save system is now better and probably won't corrupt your data
Back-end changes:
- Metadata for save files are now saved in a separate file
- Game saves are now stored in separate folders
- Game saves now get backups
- Old games will get automatically converted to the new format
- A few other reworks to the game save system