prevent honeydew counter from reinitializing

This commit is contained in:
2024-10-21 14:16:30 +10:00
parent c40d2de56b
commit b684fe56f3

View File

@@ -26,6 +26,7 @@ func initialize(
init_max_count: int,
r_size: float = RECT_SIZE,
) -> void:
if _max_count != init_max_count:
_max_count = init_max_count
_rect_size = r_size
_rects.clear()