extends Node @export var max_bunnies_allowed_to_attack_at_once : int = 5 var bunnies_alive : int var bunnies_attacking : int = 0