module CrystalGauntlet::Templates
Extended Modules
Defined in:
lib/templates.crConstant Summary
-
DEMON_DIFFICULTIES =
StaticArray["easy", "medium", "hard", "insane", "extreme"]
-
DIFFICULTIES =
StaticArray["auto", "easy", "normal", "hard", "harder", "insane", "demon"]
Macro Summary
Instance Method Summary
- #footer
- #get_difficulty_icon(difficulty : LevelDifficulty | Nil, featured : Bool = false, epic : Bool = false, demon_difficulty : DemonDifficulty | Nil = DemonDifficulty::Hard)
Macro Detail
Instance Method Detail
def get_difficulty_icon(difficulty : LevelDifficulty | Nil, featured : Bool = false, epic : Bool = false, demon_difficulty : DemonDifficulty | Nil = DemonDifficulty::Hard)
#