Lots of colouring in
This commit is contained in:
parent
02f4ae939c
commit
1c33ea2f59
24 changed files with 592 additions and 46 deletions
|
|
@ -8,7 +8,7 @@ var bee = preload("res://entities/Bee.tscn")
|
|||
@onready var small_bee_sound = get_node("BeeSound")
|
||||
|
||||
var bee_count = 0
|
||||
var max_bees = 100
|
||||
var max_bees = 10
|
||||
var spawn_interval = 0.5
|
||||
var spawn_timer = 0.0
|
||||
var bee_sound_timer = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue