UNPKG

slanted-gamedev-toolz

Version:

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

12 lines (11 loc) 234 B
import { MobileGamePadOverLay } from "./MobileGamePadOverLay"; const meta = { component: MobileGamePadOverLay, parameters: { layout: "centered", }, }; export default meta; export const Primary = { args: {}, };