UNPKG

@mai3/phaser-sdk

Version:

A UI component library based on the Phaser game engine

62 lines (61 loc) 2.39 kB
import { Checkbox } from "./ui/Checkbox"; import { CheckboxGroup } from "./ui/CheckboxGroup"; import { Container } from "./ui/Container"; import { Dialog } from "./ui/Dialog"; import { Grid } from "./ui/Grid"; import { Image } from "./ui/Image"; import { ImageButton } from "./ui/ImageButton"; import { Label } from "./ui/Label"; import { LinearLayout } from "./ui/LinearLayout"; import { ProgressBar } from "./ui/ProgressBar"; import { RoundedButton } from "./ui/RoundedButton"; import { Slider } from "./ui/Slider"; import { Tabs } from "./ui/Tabs"; import { Text } from "./ui/Text"; import { TextBox } from "./ui/TextBox"; import { TextButton } from "./ui/TextButton"; import { Toast } from "./ui/Toast"; import { VolumeSlider } from "./ui/VolumeSlider"; import { Mai3Plugin } from "./plugins/Mai3Plugin"; import { BaseScene, Mai3Game } from "./game"; import * as Types from "./types"; import Utils from "./utils"; import { ScrollView } from "./ui/ScrollView"; import { Sprite } from "./ui/Sprite"; import { ConnectWalletButton } from "./ui/ConnectWalletButton"; import { ConnectSOLWalletButton } from "./ui/ConnectSOLWalletButton"; import { ConnectEVMWalletButton } from "./ui/ConnectEVMWalletButton"; import { ListView } from "./ui/ListView"; export { BaseScene, Checkbox, CheckboxGroup, Container, Dialog, Grid, LinearLayout, Image, ImageButton, Label, ProgressBar, RoundedButton, Slider, Tabs, Text, TextBox, TextButton, Toast, VolumeSlider, ScrollView, Sprite, ConnectWalletButton, ConnectSOLWalletButton, ConnectEVMWalletButton, Mai3Plugin, Mai3Game, Types, Utils, ListView, }; var Mai3 = { BaseScene: BaseScene, Checkbox: Checkbox, CheckboxGroup: CheckboxGroup, Container: Container, Dialog: Dialog, Grid: Grid, LinearLayout: LinearLayout, Image: Image, ImageButton: ImageButton, Label: Label, ProgressBar: ProgressBar, RoundedButton: RoundedButton, Slider: Slider, Tabs: Tabs, Text: Text, TextBox: TextBox, TextButton: TextButton, Toast: Toast, VolumeSlider: VolumeSlider, ScrollView: ScrollView, Sprite: Sprite, ConnectWalletButton: ConnectWalletButton, ConnectSOLWalletButton: ConnectSOLWalletButton, ConnectEVMWalletButton: ConnectEVMWalletButton, Mai3Plugin: Mai3Plugin, Mai3Game: Mai3Game, Types: Types, Utils: Utils, ListView: ListView, }; export default Mai3;