enum CrystalGauntlet::Level::PortalSpeed

Overview

heavily references https://github.com/TeamHaxGD/GDDocs/blob/master/algorithms/level_length.c

Defined in:

lib/level.cr

Enum Members

Slow = 0

0.5x

Normal = 1

1x

Medium = 2

2x

Fast = 3

3x

VeryFast = 4

4x

Instance Method Summary

Instance Method Detail

def fast? #

[View source]
def medium? #

[View source]
def normal? #

[View source]
def portal_speed #

[View source]
def slow? #

[View source]
def very_fast? #

[View source]