UNPKG
revolt-fx-fix
Version:
latest (1.3.5)
1.3.5
Particle and Effect System for Pixi.js
github.com/bma73/revolt-fx
bma73/revolt-fx
revolt-fx-fix
/
lib
/
core
/
EmitterType.js
7 lines
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
var
EmitterType
; (
function
(
EmitterType
) {
EmitterType
[
"Circle"
] =
"circle"
;
EmitterType
[
"Box"
] =
"box"
;
EmitterType
[
"Ring"
] =
"ring"
; })(
EmitterType
|| (
EmitterType
= {}));
//# sourceMappingURL=EmitterType.js.map