PLAYERKILLERS Posted September 17, 2019 Share Posted September 17, 2019 http://free-tex-packer.com/app/ A nice, useful tool which is free to use and requires no install. Contrast to texturepacker's crippleware shenanigans. Example json meta data for created textures "meta": { "app": "http://free-tex-packer.com", "version": "0.6.0", "image": "texture-0.png", "format": "RGBA8888", "size": { "w": 1024, "h": 1024 }, "scale": 1 } line 20839, melonjs.js if (atlas.meta.app.includes("texturepacker")||atlas.meta.app.includes("free-tex-packer")) { Otherwise I'm running a sed script to update the json manually. The textures won't work in melon without one of these solutions. Thanks again. Quote Link to comment Share on other sites More sharing options...
obiot Posted September 17, 2019 Share Posted September 17, 2019 nice ! Will add it ASAP, thanks for the feedback PLAYERKILLERS 1 Quote Link to comment Share on other sites More sharing options...
obiot Posted September 17, 2019 Share Posted September 17, 2019 here it is : commit : https://github.com/melonjs/melonJS/commit/5be6a92a4800a4f819d07d1863772413dc0068c4 build 8.0 : https://melonjs-builds.s3.amazonaws.com/index.html?prefix=artifacts/master/2573/build/ PLAYERKILLERS 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.