Spaces:
Running
Running
upgrade es6
Browse files
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 |
};
|
|
|
|