littlejsengine
Version:
LittleJS - Tiny and Fast HTML5 Game Engine
103 lines (92 loc) • 1.78 kB
JavaScript
/**
* LittleJS Module Plugins Export
*/
export
{
// Medals
medals,
medalsPreventUnlock,
medalDisplayTime,
medalDisplaySlideTime,
medalDisplaySize,
medalsInit,
medalsForEach,
medalsReset,
setMedalDisplayTime,
setMedalDisplaySlideTime,
setMedalDisplaySize,
setMedalsPreventUnlock,
Medal,
// Newgrounds
newgrounds,
NewgroundsPlugin,
NewgroundsMedal,
// Post Process
postProcess,
PostProcessPlugin,
// Light System
lightSystem,
LightSystemPlugin,
Light,
// ZzFXMusic
ZzFXMusic,
zzfxM,
// UI System
uiSystem,
uiDebug,
uiSetDebug,
UISystemPlugin,
UIObject,
UIText,
UITextInput,
UITile,
UIButton,
UICheckbox,
UISlider,
UIVideo,
UILayout,
// Box2D Physics
box2d,
box2dDebug,
box2dSetDebug,
box2dInit,
Box2dPlugin,
Box2dObject,
Box2dStaticObject,
Box2dKinematicObject,
Box2dTileLayer,
Box2dRaycastResult,
Box2dJoint,
Box2dTargetJoint,
Box2dDistanceJoint,
Box2dPinJoint,
Box2dRopeJoint,
Box2dRevoluteJoint,
Box2dGearJoint,
Box2dPrismaticJoint,
Box2dWheelJoint,
Box2dWeldJoint,
Box2dFrictionJoint,
Box2dPulleyJoint,
Box2dMotorJoint,
// Drawing Utilities
drawNineSlice,
drawNineSliceScreen,
drawThreeSlice,
drawThreeSliceScreen,
drawCrescent,
getCrescentPoints,
// Tween System
Tween,
tweenProperty,
tweenStopAll,
tweenUpdate,
Ease,
// Path Finding
PathFinder,
PathFinderNode,
// Three.js
threeJS,
ThreeJSPlugin,
ThreeJSObject,
}