pollen-not-included/entities/scripts
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
..
bee.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
bee_hit_box.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
beehive.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
collector_drone.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
dancer_drone.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
director_drone.gd Added health bar and snail behavior enhancements 2024-05-15 13:57:31 +01:00
distractor_drone.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
drone.gd Adding more drone types 2024-05-02 19:22:34 +01:00
finite_state_machine.gd Added health bar and snail behavior enhancements 2024-05-15 13:57:31 +01:00
flowers.gd Added health bar and snail behavior enhancements 2024-05-15 13:57:31 +01:00
snail.gd Added health bar and snail behavior enhancements 2024-05-15 13:57:31 +01:00
state.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00
vegetable_patch.gd Refactor: Added explicit typing and void return types 2024-05-15 10:42:16 +01:00