bard-legends-framework 0.4.3 → 0.4.5

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.
Files changed (66) hide show
  1. package/dist/physics/entity-types/physics-entity.d.ts +4 -1
  2. package/dist/physics/entity-types/physics-entity.js +6 -0
  3. package/dist/physics/entity-types/physics-entity.js.map +1 -1
  4. package/dist/physics/libs/p2js.helper.d.ts +4 -1
  5. package/dist/physics/libs/p2js.helper.js +20 -0
  6. package/dist/physics/libs/p2js.helper.js.map +1 -1
  7. package/dist/physics/module//342/232/234/357/270/217gateways/controllers/physics-internal.controller.d.ts +6 -4
  8. package/dist/physics/module//342/232/234/357/270/217gateways/controllers/physics-internal.controller.js +9 -6
  9. package/dist/physics/module//342/232/234/357/270/217gateways/controllers/physics-internal.controller.js.map +1 -1
  10. package/dist/physics/module//342/232/234/357/270/217gateways/controllers/physics.controller.d.ts +13 -8
  11. package/dist/physics/module//342/232/234/357/270/217gateways/controllers/physics.controller.js +22 -11
  12. package/dist/physics/module//342/232/234/357/270/217gateways/controllers/physics.controller.js.map +1 -1
  13. package/dist/physics/module//342/232/234/357/270/217gateways/dtos/requests.dto.d.ts +5 -0
  14. package/dist/physics/module//342/232/234/357/270/217gateways/physics.gateway.d.ts +2 -1
  15. package/dist/physics/module//342/232/234/357/270/217gateways/physics.gateway.js +4 -1
  16. package/dist/physics/module//342/232/234/357/270/217gateways/physics.gateway.js.map +1 -1
  17. package/dist/physics/module//360/237/223/220services/collision/collisions.service.d.ts +10 -0
  18. package/dist/physics/module//360/237/223/220services/collision/collisions.service.js +106 -0
  19. package/dist/physics/module//360/237/223/220services/collision/collisions.service.js.map +1 -0
  20. package/dist/physics/module//360/237/223/220services/collision/hit-test.service.d.ts +13 -0
  21. package/dist/physics/module//360/237/223/220services/collision/hit-test.service.js +83 -0
  22. package/dist/physics/module//360/237/223/220services/collision/hit-test.service.js.map +1 -0
  23. package/dist/physics/module//360/237/223/220services/creation/border.service.d.ts +5 -0
  24. package/dist/physics/module//360/237/223/220services/creation/border.service.js +42 -0
  25. package/dist/physics/module//360/237/223/220services/creation/border.service.js.map +1 -0
  26. package/dist/physics/module//360/237/223/220services/creation/materials.service.d.ts +15 -0
  27. package/dist/physics/module//360/237/223/220services/creation/materials.service.js +120 -0
  28. package/dist/physics/module//360/237/223/220services/creation/materials.service.js.map +1 -0
  29. package/dist/physics/module//360/237/223/220services/creation/physics-world.service.d.ts +21 -0
  30. package/dist/physics/module//360/237/223/220services/creation/physics-world.service.js +109 -0
  31. package/dist/physics/module//360/237/223/220services/creation/physics-world.service.js.map +1 -0
  32. package/dist/physics/module//360/237/223/220services/creation/shape-creation.service.d.ts +9 -0
  33. package/dist/physics/module//360/237/223/220services/creation/shape-creation.service.js +97 -0
  34. package/dist/physics/module//360/237/223/220services/creation/shape-creation.service.js.map +1 -0
  35. package/dist/physics/module//360/237/223/220services/explosions/eliptic-explosion.service.d.ts +14 -0
  36. package/dist/physics/module//360/237/223/220services/explosions/eliptic-explosion.service.js +102 -0
  37. package/dist/physics/module//360/237/223/220services/explosions/eliptic-explosion.service.js.map +1 -0
  38. package/dist/physics/module//360/237/223/220services/explosions/explosion.service.d.ts +14 -0
  39. package/dist/physics/module//360/237/223/220services/explosions/explosion.service.js +87 -0
  40. package/dist/physics/module//360/237/223/220services/explosions/explosion.service.js.map +1 -0
  41. package/dist/physics/module//360/237/223/220services/explosions/helpers/ray-cast-hit-converter.d.ts +9 -0
  42. package/dist/physics/module//360/237/223/220services/explosions/helpers/ray-cast-hit-converter.js +73 -0
  43. package/dist/physics/module//360/237/223/220services/explosions/helpers/ray-cast-hit-converter.js.map +1 -0
  44. package/dist/physics/module//360/237/223/220services/path-finding/availability-grid.service.d.ts +12 -0
  45. package/dist/physics/module//360/237/223/220services/path-finding/availability-grid.service.js +63 -0
  46. package/dist/physics/module//360/237/223/220services/path-finding/availability-grid.service.js.map +1 -0
  47. package/dist/physics/module//360/237/223/220services/path-finding/path-finder.service.d.ts +15 -0
  48. package/dist/physics/module//360/237/223/220services/path-finding/path-finder.service.js +92 -0
  49. package/dist/physics/module//360/237/223/220services/path-finding/path-finder.service.js.map +1 -0
  50. package/dist/physics/module//360/237/223/220services/query/physics-query.service.d.ts +9 -0
  51. package/dist/physics/module//360/237/223/220services/query/physics-query.service.js +25 -0
  52. package/dist/physics/module//360/237/223/220services/query/physics-query.service.js.map +1 -0
  53. package/dist/physics/module//360/237/223/220services/ray-casting/ray-casting.service.d.ts +9 -0
  54. package/dist/physics/module//360/237/223/220services/ray-casting/ray-casting.service.js +92 -0
  55. package/dist/physics/module//360/237/223/220services/ray-casting/ray-casting.service.js.map +1 -0
  56. package/dist/physics/module//360/237/223/220services/test-visuals/test-visuals.service.d.ts +22 -0
  57. package/dist/physics/module//360/237/223/220services/test-visuals/test-visuals.service.js +135 -0
  58. package/dist/physics/module//360/237/223/220services/test-visuals/test-visuals.service.js.map +1 -0
  59. package/dist/pixi/display-object/components/glow-filter.d.ts +2 -3
  60. package/dist/pixi/display-object/components/glow-filter.js +3 -5
  61. package/dist/pixi/display-object/components/glow-filter.js.map +1 -1
  62. package/dist/pixi/helpers/glow-sprite-generator.js +10 -16
  63. package/dist/pixi/helpers/glow-sprite-generator.js.map +1 -1
  64. package/dist/pixi/index.d.ts +6 -3
  65. package/package.json +1 -1
  66. package/package.json.bak +1 -1
@@ -0,0 +1,135 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.TestVisualsService = void 0;
13
+ const helpers_lib_1 = require("helpers-lib");
14
+ const game_entities_1 = require("../../../../game-entities");
15
+ const availability_grid_service_1 = require("../path-finding/availability-grid.service");
16
+ const physics_world_entity_1 = require("../../\uD83E\uDDCAentities/physics-world.entity");
17
+ const path_finder_service_1 = require("../path-finding/path-finder.service");
18
+ const position_to_grid_position_converter_1 = require("../../../libs/position-to-grid-position-converter");
19
+ const pixi_1 = require("../../../../pixi");
20
+ const utilities_1 = require("../../../../utilities");
21
+ const p2js_helper_1 = require("../../../libs/p2js.helper");
22
+ let TestVisualsService = class TestVisualsService {
23
+ constructor(availabilityGridService, pathFinderService) {
24
+ this.availabilityGridService = availabilityGridService;
25
+ this.pathFinderService = pathFinderService;
26
+ }
27
+ printPathfindingTestGrid(physicsWorldId, testLayerId, target, physicsBodyGroup, area, gridCellSize) {
28
+ let physicsWorld = physics_world_entity_1.PhysicsWorldEntity.getInstanceByIdOrFail(physicsWorldId);
29
+ let availabilityGrid = this.availabilityGridService.getAvilabilityGrid(physicsWorld, gridCellSize, physicsBodyGroup);
30
+ availabilityGrid
31
+ .map((value, position) => ({
32
+ position: position_to_grid_position_converter_1.PositionToGridPositionConverter.gridPositionToPosition(position, gridCellSize),
33
+ availability: value
34
+ }))
35
+ .forEach(value => {
36
+ if (value.position.isInsideRectangle(area)) {
37
+ let direction = this.pathFinderService.findPathDirection(physicsWorldId, value.position, target, physicsBodyGroup);
38
+ let graphics;
39
+ if (direction === undefined) {
40
+ graphics = pixi_1.Graphics.createRectangle(new helpers_lib_1.Vector(8, 8), 2, helpers_lib_1.ColorHelper.red)
41
+ .parent(testLayerId)
42
+ .setPosition(value.position)
43
+ .attach(physicsWorldId);
44
+ }
45
+ else {
46
+ graphics = pixi_1.Graphics.createArrow(25, value.availability ? helpers_lib_1.ColorHelper.green : helpers_lib_1.ColorHelper.red)
47
+ .parent(testLayerId)
48
+ .setPosition(value.position)
49
+ .setRotation(direction)
50
+ .attach(physicsWorldId);
51
+ }
52
+ let animator = new utilities_1.Animator(graphics, 'alpha', { duration: 1000, animation: new utilities_1.AnimationEaseIn() });
53
+ animator.animate({ alpha: 0 }).then(() => {
54
+ graphics.destroy();
55
+ });
56
+ }
57
+ });
58
+ }
59
+ createExplosionDebugVisual(physicsWorld, testLayerId, rayCasts, explosionCenter, radius, duration = 300) {
60
+ let lineContainer = pixi_1.Container.create().parent(testLayerId).setAlpha(0.5).attach(physicsWorld);
61
+ pixi_1.Graphics.createCircle(radius, helpers_lib_1.ColorHelper.blue)
62
+ .parent(lineContainer)
63
+ .setPosition(explosionCenter)
64
+ .setAlpha(0.5)
65
+ .attach(physicsWorld);
66
+ rayCasts.forEach(ray => {
67
+ let color = ray.hits.length > 0 ? helpers_lib_1.ColorHelper.red : helpers_lib_1.ColorHelper.white;
68
+ pixi_1.Graphics.createVector(explosionCenter, ray.line.to, color).parent(lineContainer).attach(physicsWorld);
69
+ });
70
+ new utilities_1.Animator(lineContainer, 'alpha', { duration, animation: new utilities_1.AnimationEaseIn() }).animate({ alpha: 0 }).then(() => {
71
+ lineContainer.destroy();
72
+ });
73
+ }
74
+ createElipticExplosionDebugVisual(physicsWorld, testLayerId, rayCasts, explosionCenter, rotation, size, duration = 300) {
75
+ let lineContainer = pixi_1.Container.create().parent(testLayerId).setAlpha(0.5).attach(physicsWorld);
76
+ pixi_1.Graphics.createElipse(size, helpers_lib_1.ColorHelper.blue)
77
+ .parent(lineContainer)
78
+ .setPosition(explosionCenter)
79
+ .setRotation(rotation)
80
+ .setAlpha(0.5)
81
+ .attach(physicsWorld);
82
+ rayCasts.forEach(ray => {
83
+ let color = ray.hits.length > 0 ? helpers_lib_1.ColorHelper.red : helpers_lib_1.ColorHelper.white;
84
+ pixi_1.Graphics.createVector(ray.line.from, ray.line.to, color).parent(lineContainer).attach(physicsWorld);
85
+ });
86
+ new utilities_1.Animator(lineContainer, 'alpha', { duration, animation: new utilities_1.AnimationEaseIn() }).animate({ alpha: 0 }).then(() => {
87
+ lineContainer.destroy();
88
+ });
89
+ }
90
+ createPhysicsEntityShapeVisual(p2Body, testLayerId, options) {
91
+ let position = options?.overridePosition ?? p2js_helper_1.P2JSHelper.arrayToVector(p2Body.position);
92
+ let rotation = options?.overrideRotation ?? p2Body.angle;
93
+ let color = options?.color ?? helpers_lib_1.ColorHelper.blue;
94
+ let container = pixi_1.Container.create()
95
+ .parent(testLayerId)
96
+ .setPosition(position)
97
+ .setRotation(rotation)
98
+ .setAlpha(0.5)
99
+ .skipAttachCheck();
100
+ p2Body.shapes.forEach(shape => {
101
+ let displayObject = this.drawShape(shape, color);
102
+ displayObject.parent(container).skipAttachCheck();
103
+ });
104
+ let animator = new utilities_1.Animator(container, 'alpha', { duration: 1000, animation: new utilities_1.AnimationEaseIn() });
105
+ animator.animate({ alpha: 0 }).then(() => {
106
+ container.destroy();
107
+ });
108
+ }
109
+ drawShape(shape, color) {
110
+ switch (shape.constructor.name) {
111
+ case 'Circle':
112
+ throw new Error('Not implemented');
113
+ case 'Plane':
114
+ throw new Error('Not implemented');
115
+ case 'Capsule':
116
+ throw new Error('Not implemented');
117
+ case 'Rectangle':
118
+ throw new Error('Not implemented');
119
+ case 'Convex':
120
+ return this.drawConvexShape(shape, color);
121
+ default:
122
+ throw new Error('Not implemented');
123
+ }
124
+ }
125
+ drawConvexShape(shape, color) {
126
+ let polygon = [shape.vertices.map(vertex => ({ x: vertex[0], y: vertex[1] }))];
127
+ return pixi_1.Graphics.createPolygon(helpers_lib_1.Vector.zero, helpers_lib_1.Vector.zero, polygon, color);
128
+ }
129
+ };
130
+ exports.TestVisualsService = TestVisualsService;
131
+ exports.TestVisualsService = TestVisualsService = __decorate([
132
+ (0, game_entities_1.ServiceDecorator)(),
133
+ __metadata("design:paramtypes", [availability_grid_service_1.AvailabilityGridService, path_finder_service_1.PathFinderService])
134
+ ], TestVisualsService);
135
+ //# sourceMappingURL=test-visuals.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-visuals.service.js","sourceRoot":"","sources":["../../../../../src/physics/module/📐services/test-visuals/test-visuals.service.ts"],"names":[],"mappings":"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"}
@@ -1,11 +1,10 @@
1
- import { RGBColor } from 'helpers-lib';
2
1
  import * as PIXI from 'pixi.js';
3
- import { GlowOptions } from '../..';
2
+ import { GlowFilterOptions } from '../..';
4
3
  export declare class GlowFilter {
5
4
  private pixiSprite;
6
5
  private glowSprite;
7
6
  constructor(pixiSprite: PIXI.Sprite);
8
- add(color: RGBColor, options?: GlowOptions): void;
7
+ add(options: GlowFilterOptions): void;
9
8
  setAlpha(alpha: number): this;
10
9
  get alpha(): number;
11
10
  set alpha(value: number);
@@ -6,12 +6,10 @@ class GlowFilter {
6
6
  constructor(pixiSprite) {
7
7
  this.pixiSprite = pixiSprite;
8
8
  }
9
- add(color, options) {
10
- if (!options) {
11
- options = {};
12
- }
9
+ add(options) {
13
10
  this.remove();
14
- this.glowSprite = glow_sprite_generator_1.GlowSpriteGenerator.createGlowSprite(this.pixiSprite, color, options);
11
+ let { color, ...glowOptions } = options;
12
+ this.glowSprite = glow_sprite_generator_1.GlowSpriteGenerator.createGlowSprite(this.pixiSprite, color, glowOptions);
15
13
  this.pixiSprite.addChild(this.glowSprite);
16
14
  }
17
15
  setAlpha(alpha) {
@@ -1 +1 @@
1
- {"version":3,"file":"glow-filter.js","sourceRoot":"","sources":["../../../../src/pixi/display-object/components/glow-filter.ts"],"names":[],"mappings":";;;AAGA,+EAA0E;AAG1E,MAAa,UAAU;IAGrB,YAAoB,UAAuB;QAAvB,eAAU,GAAV,UAAU,CAAa;IAAG,CAAC;IAE/C,GAAG,CAAC,KAAe,EAAE,OAAqB;QACxC,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QAED,IAAI,CAAC,MAAM,EAAE,CAAC;QACd,IAAI,CAAC,UAAU,GAAG,2CAAmB,CAAC,gBAAgB,CAAC,IAAI,CAAC,UAAU,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC;QACxF,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5C,CAAC;IAED,QAAQ,CAAC,KAAa;QACpB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,OAAO,IAAI,CAAC;IACd,CAAC;IACD,IAAI,KAAK;QACP,IAAI,IAAI,CAAC,UAAU,EAAE,CAAC;YACpB,OAAO,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC;QAC/B,CAAC;aAAM,CAAC;YACN,MAAM,IAAI,KAAK,CAAC,2EAA2E,CAAC,CAAC;QAC/F,CAAC;IACH,CAAC;IACD,IAAI,KAAK,CAAC,KAAa;QACrB,IAAI,IAAI,CAAC,UAAU,EAAE,CAAC;YACpB,IAAI,CAAC,UAAU,CAAC,KAAK,GAAG,KAAK,CAAC;QAChC,CAAC;aAAM,CAAC;YACN,MAAM,IAAI,KAAK,CAAC,2EAA2E,CAAC,CAAC;QAC/F,CAAC;IACH,CAAC;IAED,MAAM;QACJ,IAAI,IAAI,CAAC,UAAU,EAAE,CAAC;YACpB,IAAI,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC;YAC1B,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC;QAC9B,CAAC;IACH,CAAC;CACF;AAxCD,gCAwCC"}
1
+ {"version":3,"file":"glow-filter.js","sourceRoot":"","sources":["../../../../src/pixi/display-object/components/glow-filter.ts"],"names":[],"mappings":";;;AAEA,+EAA0E;AAG1E,MAAa,UAAU;IAGrB,YAAoB,UAAuB;QAAvB,eAAU,GAAV,UAAU,CAAa;IAAG,CAAC;IAE/C,GAAG,CAAC,OAA0B;QAC5B,IAAI,CAAC,MAAM,EAAE,CAAC;QACd,IAAI,EAAE,KAAK,EAAE,GAAG,WAAW,EAAE,GAAG,OAAO,CAAC;QACxC,IAAI,CAAC,UAAU,GAAG,2CAAmB,CAAC,gBAAgB,CAAC,IAAI,CAAC,UAAU,EAAE,KAAK,EAAE,WAAW,CAAC,CAAC;QAC5F,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5C,CAAC;IAED,QAAQ,CAAC,KAAa;QACpB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,OAAO,IAAI,CAAC;IACd,CAAC;IACD,IAAI,KAAK;QACP,IAAI,IAAI,CAAC,UAAU,EAAE,CAAC;YACpB,OAAO,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC;QAC/B,CAAC;aAAM,CAAC;YACN,MAAM,IAAI,KAAK,CAAC,2EAA2E,CAAC,CAAC;QAC/F,CAAC;IACH,CAAC;IACD,IAAI,KAAK,CAAC,KAAa;QACrB,IAAI,IAAI,CAAC,UAAU,EAAE,CAAC;YACpB,IAAI,CAAC,UAAU,CAAC,KAAK,GAAG,KAAK,CAAC;QAChC,CAAC;aAAM,CAAC;YACN,MAAM,IAAI,KAAK,CAAC,2EAA2E,CAAC,CAAC;QAC/F,CAAC;IACH,CAAC;IAED,MAAM;QACJ,IAAI,IAAI,CAAC,UAAU,EAAE,CAAC;YACpB,IAAI,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC;YAC1B,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC;QAC9B,CAAC;IACH,CAAC;CACF;AArCD,gCAqCC"}
@@ -32,30 +32,24 @@ const update_cycle_1 = require("../../game-entities/update-cycle");
32
32
  class GlowSpriteGenerator {
33
33
  static { this.glowTextureCache = new Map(); }
34
34
  static createGlowSprite(pixiSprite, color, options) {
35
- if (options.glowingPower === undefined) {
36
- options.glowingPower = 0.5;
37
- }
38
- if (!options.blurRadius) {
39
- options.blurRadius = 5;
40
- }
41
- if (options.blendMode === undefined) {
42
- options.blendMode = __1.BlendMode.add;
43
- }
44
- if (options.blurRadius > 40) {
35
+ let glowingPower = options.glowingPower ?? 0.5;
36
+ let blurRadius = options.blurRadius ?? 5;
37
+ let blendMode = options.blendMode ?? __1.BlendMode.add;
38
+ if (blurRadius > 40) {
45
39
  throw new Error('GlowSpriteGenerator: blurRadius should be less than 40');
46
40
  }
47
- else if (options.blurRadius < 0) {
41
+ else if (blurRadius < 0) {
48
42
  throw new Error('GlowSpriteGenerator: blurRadius should be greater than 0');
49
43
  }
50
- else if (!helpers_lib_1.Comparator.isInteger(options.blurRadius)) {
44
+ else if (!helpers_lib_1.Comparator.isInteger(blurRadius)) {
51
45
  throw new Error('GlowSpriteGenerator: blurRadius should be an integer');
52
46
  }
53
- let glowBaseTexture = this.getGlowTexture(pixiSprite.texture, options.blurRadius);
47
+ let glowBaseTexture = this.getGlowTexture(pixiSprite.texture, blurRadius);
54
48
  let glowSprite = new PIXI.Sprite(glowBaseTexture);
55
49
  let anchor = new helpers_lib_1.Vector(pixiSprite.anchor.x, pixiSprite.anchor.y);
56
- this.setEquavelentAnchorByExtendedBounds(glowSprite, anchor, options.blurRadius);
57
- glowSprite.blendMode = options.blendMode;
58
- glowSprite.alpha = options.glowingPower;
50
+ this.setEquavelentAnchorByExtendedBounds(glowSprite, anchor, blurRadius);
51
+ glowSprite.blendMode = blendMode;
52
+ glowSprite.alpha = glowingPower;
59
53
  glowSprite.tint = color;
60
54
  return glowSprite;
61
55
  }
@@ -1 +1 @@
1
- {"version":3,"file":"glow-sprite-generator.js","sourceRoot":"","sources":["../../../src/pixi/helpers/glow-sprite-generator.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"glow-sprite-generator.js","sourceRoot":"","sources":["../../../src/pixi/helpers/glow-sprite-generator.ts"],"names":[],"mappings":"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"}
@@ -37,7 +37,10 @@ export interface SpriteWithGlowingShapesDefinition extends SpriteDefinition {
37
37
  }
38
38
  export type PolygonDefinition = ReadonlyArray<ReadonlyArray<Vec2>> | Vec2[][];
39
39
  export interface GlowOptions {
40
- glowingPower?: number;
41
- blurRadius?: number;
42
- blendMode?: BlendMode;
40
+ readonly glowingPower?: number;
41
+ readonly blurRadius?: number;
42
+ readonly blendMode?: BlendMode;
43
+ }
44
+ export interface GlowFilterOptions extends GlowOptions {
45
+ readonly color: RGBColor;
43
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bard-legends-framework",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "description": "Bard Legends Framework",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {
package/package.json.bak CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bard-legends-framework",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "description": "Bard Legends Framework",
5
5
  "main": "src/index.ts",
6
6
  "publishConfig": {