Skip to content

Commit

Permalink
refactor(constants): rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 26, 2025
1 parent 2725dbc commit d7adee7
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
File renamed without changes.
12 changes: 6 additions & 6 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export * from './animations'
export * from './animation'
export * from './layer'
export * from './music'
export * from './scenes'
export * from './sounds'
export * from './sprites'
export * from './states'
export * from './tags'
export * from './scene'
export * from './sound'
export * from './sprite'
export * from './state'
export * from './tag'
export * from './time'
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/constants/state.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { Animation as State } from './animation'
1 change: 0 additions & 1 deletion src/constants/states.ts

This file was deleted.

File renamed without changes.

0 comments on commit d7adee7

Please sign in to comment.