diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-07 20:45:47 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-07 20:45:47 -0700 |
| commit | e6e29440563e33bb67e0ad51f9fb6c5c2c3fe809 (patch) | |
| tree | 5deaee322ff1a039dc44a3cb52ecc48a671fda2a /src/engine/systems/SystemNames.ts | |
| parent | 823620b2a6ebb7ece619991e47a37ad46542b69f (diff) | |
| download | the-abstraction-engine-ts-e6e29440563e33bb67e0ad51f9fb6c5c2c3fe809.tar.gz the-abstraction-engine-ts-e6e29440563e33bb67e0ad51f9fb6c5c2c3fe809.zip | |
level one (applications prototype finished!)
Diffstat (limited to 'src/engine/systems/SystemNames.ts')
| -rw-r--r-- | src/engine/systems/SystemNames.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/systems/SystemNames.ts b/src/engine/systems/SystemNames.ts index 738dfba..363c72c 100644 --- a/src/engine/systems/SystemNames.ts +++ b/src/engine/systems/SystemNames.ts @@ -6,4 +6,5 @@ export namespace SystemNames { export const GridSpawner = "GridSpawner"; export const Collision = "Collision"; export const Life = "Life"; + export const Music = "Music"; } |
