- Added Snail entity with states for eating and sleeping. - Modified Flowers script to handle snail spawning logic.
4 lines
No EOL
60 B
GDScript
4 lines
No EOL
60 B
GDScript
extends Sprite2D
|
|
class_name Snail
|
|
|
|
var eating : bool = false |