src/pon2/core/notice

Search:
Group by:
Source   Edit  

This module implements notice garbage puyos.

Types

Notice {.pure.} = enum
  Small, Large, Rock, Star, Moon, Crown, Comet
Notice garbage puyo. Source   Edit  

Procs

func noticeCounts(score, garbageRate: int; useComet = false): array[Notice, int] {.
    inline, noinit, ...raises: [], tags: [], forbids: [].}
Returns the number of notice garbage puyos. Source   Edit