pollen-not-included/utility
Dan f0a7c5ca05 Added health bar and snail behavior enhancements
- Introduced a health bar for flowers, which updates based on the current GameState values.
- Enhanced snail behavior with eating and sleeping states. Snails now have a chance to switch to the sleeping state while eating.
- Improved mouse interaction with snails, allowing them to potentially switch to sleep mode when clicked.
- Refactored cursor management into its own class for better code organization and readability.
- Updated drone placement logic to use the new CursorManager class.
- Added functionality for bees to replenish flower nectar levels after a certain number of deposits.
2024-05-15 13:57:31 +01:00
..
cursor_manager.gd Added health bar and snail behavior enhancements 2024-05-15 13:57:31 +01:00
game_state.gd Added health bar and snail behavior enhancements 2024-05-15 13:57:31 +01:00
global_scene_manager.gd Add build directory to .gitignore, create export presets for Web and Windows Desktop, adjust z-index and mouse filter in level_1.tscn, add update_game_state function in level.gd, change main_scene path in project.godot, set rendering method to "gl_compatibility", add LevelSelect and related nodes in main_menu.tscn, create scene_manager.tscn with MainMenu node, implement functionality for menu button selection in main_menu.gd. 2024-05-10 14:39:24 +01:00
high_scores.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
save_state_resource.gd Add high scores level with specific settings, new resources for images and textures, update project configuration to include HighScoreMgr, and define style boxes for game theme. 2024-05-11 13:53:04 +01:00
utility_strings.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00