who the fuck knows

This commit is contained in:
Dan 2024-05-08 17:06:15 +01:00
parent 1c33ea2f59
commit 1da411cacd
31 changed files with 1372 additions and 78 deletions

View file

@ -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 = 10
var max_bees = 100
var spawn_interval = 0.5
var spawn_timer = 0.0
var bee_sound_timer = 0.0