littlejsengine 1.18.28 → 1.19.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,115 +1,181 @@
1
- /**
2
- * LittleJS Module Plugins Export
3
- */
4
-
5
- export
6
- {
7
- // Medals
8
- medals,
9
- medalsPreventUnlock,
10
- medalDisplayTime,
11
- medalDisplaySlideTime,
12
- medalDisplaySize,
13
- medalsInit,
14
- medalsForEach,
15
- medalsReset,
16
- setMedalDisplayTime,
17
- setMedalDisplaySlideTime,
18
- setMedalDisplaySize,
19
- setMedalsPreventUnlock,
20
- Medal,
21
-
22
- // Newgrounds
23
- newgrounds,
24
- NewgroundsPlugin,
25
- NewgroundsMedal,
26
-
27
- // Post Process
28
- postProcess,
29
- PostProcessPlugin,
30
-
31
- // Light System
32
- lightSystem,
33
- LightSystemPlugin,
34
- Light,
35
-
36
- // ZzFXMusic
37
- ZzFXMusic,
38
- zzfxM,
39
-
40
- // UI System
41
- uiSystem,
42
- uiDebug,
43
- uiSetDebug,
44
- UISystemPlugin,
45
- UIObject,
46
- UIText,
47
- UITextInput,
48
- UITile,
49
- UIButton,
50
- UICheckbox,
51
- UISlider,
52
- UIVideo,
53
- UILayout,
54
-
55
- // Box2D Physics
56
- box2d,
57
- box2dDebug,
58
- box2dSetDebug,
59
- box2dInit,
60
- Box2dPlugin,
61
- Box2dObject,
62
- Box2dStaticObject,
63
- Box2dKinematicObject,
64
- Box2dTileLayer,
65
- Box2dRaycastResult,
66
- Box2dJoint,
67
- Box2dTargetJoint,
68
- Box2dDistanceJoint,
69
- Box2dPinJoint,
70
- Box2dRopeJoint,
71
- Box2dRevoluteJoint,
72
- Box2dGearJoint,
73
- Box2dPrismaticJoint,
74
- Box2dWheelJoint,
75
- Box2dWeldJoint,
76
- Box2dFrictionJoint,
77
- Box2dPulleyJoint,
78
- Box2dMotorJoint,
79
-
80
- // Drawing Utilities
81
- drawNineSlice,
82
- drawNineSliceScreen,
83
- drawThreeSlice,
84
- drawThreeSliceScreen,
85
- drawCrescent,
86
- getCrescentPoints,
87
-
88
- // Tween System
89
- Tween,
90
- tweenProperty,
91
- tweenStopAll,
92
- tweenUpdate,
93
- Ease,
94
-
95
- // Path Finding
96
- PathFinder,
97
- PathFinderNode,
98
-
99
- // Three.js
100
- threeJS,
101
- ThreeJSPlugin,
102
- ThreeJSObject,
103
-
104
- // Texture Sheets
105
- textureSheetSize,
106
- textureSheetPadding,
107
- setTextureSheetSize,
108
- setTextureSheetPadding,
109
- textureSheets,
110
- TextureSheet,
111
- loadSprite,
112
- loadAtlas,
113
- parseAtlas,
114
- spritesReady,
115
- }
1
+ /**
2
+ * LittleJS Module Plugins Export
3
+ */
4
+
5
+ export
6
+ {
7
+ // Medals
8
+ medals,
9
+ medalsPreventUnlock,
10
+ medalDisplayTime,
11
+ medalDisplaySlideTime,
12
+ medalDisplaySize,
13
+ medalsInit,
14
+ medalsForEach,
15
+ medalsReset,
16
+ setMedalDisplayTime,
17
+ setMedalDisplaySlideTime,
18
+ setMedalDisplaySize,
19
+ setMedalsPreventUnlock,
20
+ Medal,
21
+
22
+ // Newgrounds
23
+ newgrounds,
24
+ NewgroundsPlugin,
25
+ NewgroundsMedal,
26
+
27
+ // Post Process
28
+ postProcess,
29
+ PostProcessPlugin,
30
+ postProcessBloom,
31
+ postProcessBloomShader,
32
+
33
+ // Light System
34
+ lightSystem,
35
+ LightSystemPlugin,
36
+ Light,
37
+
38
+ // ZzFXMusic
39
+ ZzFXMusic,
40
+ zzfxM,
41
+
42
+ // Audio Effects
43
+ AudioEffect,
44
+ AudioFilter,
45
+ AudioReverb,
46
+ AudioDelay,
47
+ AudioDistortion,
48
+ AudioCompressor,
49
+
50
+ // UI System
51
+ uiSystem,
52
+ uiDebug,
53
+ uiSetDebug,
54
+ UISystemPlugin,
55
+ UIObject,
56
+ UIText,
57
+ UITextInput,
58
+ UITile,
59
+ UIButton,
60
+ UICheckbox,
61
+ UISlider,
62
+ UIVideo,
63
+ UILayout,
64
+
65
+ // Box2D Physics
66
+ box2d,
67
+ box2dDebug,
68
+ box2dSetDebug,
69
+ box2dInit,
70
+ Box2dPlugin,
71
+ Box2dObject,
72
+ Box2dStaticObject,
73
+ Box2dKinematicObject,
74
+ Box2dTileLayer,
75
+ Box2dRaycastResult,
76
+ Box2dJoint,
77
+ Box2dTargetJoint,
78
+ Box2dDistanceJoint,
79
+ Box2dPinJoint,
80
+ Box2dRopeJoint,
81
+ Box2dRevoluteJoint,
82
+ Box2dGearJoint,
83
+ Box2dPrismaticJoint,
84
+ Box2dWheelJoint,
85
+ Box2dWeldJoint,
86
+ Box2dFrictionJoint,
87
+ Box2dPulleyJoint,
88
+ Box2dMotorJoint,
89
+
90
+ // Drawing Utilities
91
+ drawNineSlice,
92
+ drawNineSliceScreen,
93
+ drawThreeSlice,
94
+ drawThreeSliceScreen,
95
+ drawCrescent,
96
+ getCrescentPoints,
97
+
98
+ // Tween System
99
+ Tween,
100
+ tweenProperty,
101
+ tweenStopAll,
102
+ tweenUpdate,
103
+ Ease,
104
+
105
+ // Path Finding
106
+ PathFinder,
107
+ PathFinderNode,
108
+
109
+ // Math3D
110
+ vec3,
111
+ isVector3,
112
+ randVector3,
113
+ randInSphere,
114
+ Vector3,
115
+ Matrix4,
116
+ Ray3D,
117
+ buildMatrix,
118
+ isPointInBox3D,
119
+ isOverlapping3D,
120
+ collideSphereSphere,
121
+ collideSphereBox,
122
+ collideSphereInBox,
123
+ collideSphereCylinder,
124
+ collideBoxBox3D,
125
+ raycastSphere,
126
+ raycastPlane,
127
+ raycastBox,
128
+
129
+ // Render3D
130
+ render3D,
131
+ Render3DPlugin,
132
+ Camera3D,
133
+ EngineObject3D,
134
+ Mesh,
135
+ buildLathe,
136
+ buildCylinder,
137
+ buildSphere,
138
+ buildCone,
139
+ buildCapsule,
140
+ buildTorus,
141
+ buildBox,
142
+ buildGrid,
143
+ buildRibbon,
144
+ buildLoft,
145
+ buildSky,
146
+ buildExtrude,
147
+ buildText3D,
148
+ HeightMap,
149
+ Light3D,
150
+ DirectionalLight3D,
151
+ CameraControl3D,
152
+ FirstPersonCamera3D,
153
+ ParticleEmitter3D,
154
+ Trail3D,
155
+ engineObjectsCollect3D,
156
+ engineObjectsCallback3D,
157
+ engineObjectsRaycast3D,
158
+ parseOBJ,
159
+ loadOBJ,
160
+ debugBox3D,
161
+ debugSphere3D,
162
+ debugLine3D,
163
+ debugPoint3D,
164
+
165
+ // Three.js
166
+ threeJS,
167
+ ThreeJSPlugin,
168
+ ThreeJSObject,
169
+
170
+ // Texture Sheets
171
+ textureSheetSize,
172
+ textureSheetPadding,
173
+ setTextureSheetSize,
174
+ setTextureSheetPadding,
175
+ textureSheets,
176
+ TextureSheet,
177
+ loadSprite,
178
+ loadAtlas,
179
+ parseAtlas,
180
+ spritesReady,
181
+ }