pollen-not-included/entities/scripts/snail.gd
Dan 908f834181 Update flower entity to spawn snails based on game state.
- Added Snail entity with states for eating and sleeping.
- Modified Flowers script to handle snail spawning logic.
2024-05-14 14:51:01 +01:00

4 lines
No EOL
60 B
GDScript

extends Sprite2D
class_name Snail
var eating : bool = false