Skip to content

Commit

Permalink
refactor: Remove unused legacy ex.Configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Oct 25, 2024
1 parent 507226d commit a08b11e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Breaking Changes

- Removed legacy `ex.Configurable` function type used for doing dark magic to allow types to be configured by instances of that same type :boom:
- Collision events now only target `ex.Collider` types, this previously would sometimes emit an `ex.Entity` if you attached to the `ex.ColliderComponent`
* `ex.PreCollisionEvent`
* `ex.PostCollisionEvent`
Expand Down
35 changes: 0 additions & 35 deletions src/engine/Configurable.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/engine/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export * from './Screen';
export * from './Actor';
export * from './Math/Index';
export * from './Camera';
export * from './Configurable';
export * from './Debug/index';
export * from './EventDispatcher';
export * from './EventEmitter';
Expand Down

0 comments on commit a08b11e

Please sign in to comment.