Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 856 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 856 Bytes

logo

libgdx-skins

Community submitted Scene2D UI Skins


See a live interactive preview of each Skin here

Download each Skin in a small zip here

Submitting your skin

  • Clone the repository
  • Create your Skin folder
  • Your Skin folder should contain an assets folder for your pngs, skin.json files, atlas and font files
  • Create an info.json file with the following format:
{
  "title": "Your Skin Name",
  "description": "Your Skin description",
  "author": "Your name",
  "foldername": "The folder name",
  "filename": "YourSkin.json"
}
  • add a preview.png image of your Skin

  • Place your Skin folder into the skins folder

  • Submit a Pull Request with your changes