9 lines
158 B
JavaScript
9 lines
158 B
JavaScript
export const atlasWidth = 1024;
|
|
export const atlasHeight = 1024;
|
|
|
|
export const whiteUvRect = {
|
|
"h" : 15.0,
|
|
"w" : 15.0,
|
|
"x" : 320.5,
|
|
"y" : 384.5
|
|
}; |