Skip to content
/ kiboom Public

πŸ“¦ Object makers, a way to create game objects with ease

Notifications You must be signed in to change notification settings

lajbel/kiboom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f4780cd Β· Sep 14, 2024

History

35 Commits
Sep 14, 2024
Sep 14, 2024
Sep 14, 2024
Sep 14, 2024
Sep 14, 2024
Sep 14, 2024
Apr 14, 2024
Sep 14, 2024
Sep 14, 2024
Sep 14, 2024
Jul 19, 2024
Apr 17, 2024
Sep 14, 2024

Repository files navigation

KIBOOM is a toolbox for KAPLAY, that provides some features that are not available in KAPLAY.

Installation

npm install kiboom

Usage

import kaplay from "kaplay";
import { kiboom } from "kiboom";

kaplay({
  plugins: [kiboom],
});

// New methods
makeSprite();
makeText();