1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-24 21:04:57 +00:00

LibGDX Texture Packing (finally!) (#755)

* Format tsconfig, remove atlas files

* Add helpers for texture packing

* Rest of the texture packing...

* Update gitignores

* Update readme
This commit is contained in:
dengr1065
2020-10-04 10:21:37 +03:00
committed by GitHub
parent beb09a9e3e
commit a02438a70a
16 changed files with 214 additions and 5124 deletions

16
res_raw/atlas.json Normal file
View File

@@ -0,0 +1,16 @@
{
"pot": false,
"paddingX": 1,
"paddingY": 1,
"edgePadding": false,
"rotation": false,
"maxWidth": 2048,
"maxHeight": 4096,
"stripWhitespaceX": true,
"stripWhitespaceY": true,
"alias": true,
"combineSubdirectories": true,
"flattenPaths": false,
"scale": [ 0.25, 0.5, 0.75 ],
"scaleSuffix": [ "_lq", "_mq", "_hq" ]
}