Lots of colouring in

This commit is contained in:
Dan 2024-05-08 14:03:38 +01:00
parent 02f4ae939c
commit 1c33ea2f59
24 changed files with 592 additions and 46 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 = 100
var max_bees = 10
var spawn_interval = 0.5
var spawn_timer = 0.0
var bee_sound_timer = 0.0