p3nGu1nZz commited on
Commit
efa37d8
1 Parent(s): f316429

upgrade es6

Browse files
Files changed (1) hide show
  1. config.js +1 -3
config.js CHANGED
@@ -1,9 +1,7 @@
1
  // config.js
2
 
3
- const config = {
4
  glyphsAcrossTexture: 16,
5
  glyphWidth: 32,
6
  glyphHeight: 40
7
  };
8
-
9
- export { config }
 
1
  // config.js
2
 
3
+ export const config = {
4
  glyphsAcrossTexture: 16,
5
  glyphWidth: 32,
6
  glyphHeight: 40
7
  };