This repository has been archived on 2024-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
HoppyEaster/Scripts/EntitySystem/BunnyMaster.gd

7 lines
131 B
GDScript3
Raw Permalink Normal View History

2023-04-16 20:55:23 +00:00
extends Node
@export var max_bunnies_allowed_to_attack_at_once : int = 5
var bunnies_alive : int
var bunnies_attacking : int = 0