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:
16
res_raw/atlas.json
Normal file
16
res_raw/atlas.json
Normal 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" ]
|
||||
}
|
||||
Reference in New Issue
Block a user