UNPKG

slanted-gamedev-toolz

Version:

A slanted mix of tools for your brilliant ideas in game design.

8 lines 777 B
import { randomArrayItem, removeObjectsWithSameName } from "./_arrays/_arrayUtils"; import { percentageChance, rollDice, rollDiceIsMaxRoll, rollHighWeightedDice, rollLowWeightedDice } from "./_dice/diceUtil"; import { isNumberTooLarge } from "./_numbers/_numberUtils"; import { ImportExportLocalStorage } from "./components/ImportExportLocalStorage/ImportExportLocalStorage"; import { LocalizationSelect } from "./components/LocalizationSelect/LocalizationSelect"; import { HexBtn } from "./components/buttons/HexBtn/HexBtn"; export { percentageChance, rollDice, rollLowWeightedDice, rollHighWeightedDice, removeObjectsWithSameName, randomArrayItem, isNumberTooLarge, rollDiceIsMaxRoll, ImportExportLocalStorage, LocalizationSelect, HexBtn, }; //# sourceMappingURL=lib.d.ts.map