Jump to content
  • 0

Paperdolls Layers


Wanama

Question

Hi, i found this in the config.json, i thougth it was the layer system for paperdolls, i dunno if im doing something wrong, or this is just a list of the aviable paperdolls items.

I want to make a layer system, so when player goes up, the clothing goes on top the weapon, and when walking down, the weapon is on top the clothing (default).

 

"Equipment": {
    "Paperdoll": {
      "Down": [
        "Player",
        "Armor",
        "Helmet",
        "Weapon",
        "Shield",
        "Boots"
      ],
      "Left": [
        "Weapon",
        "Player",
        "Armor",
        "Helmet",
        "Shield",
        "Boots"
      ],
      "Right": [
        "Player",
        "Armor",
        "Helmet",
        "Weapon",
        "Shield",
        "Boots"
      ],
      "Up": [
        "Weapon",
        "Player",
        "Armor",
        "Helmet",
        "Shield",
        "Boots"
      ]
    },
    "ShieldSlot": 3,
    "Slots": [
      "Helmet",
      "Armor",
      "Weapon",
      "Shield",
      "Boots",
      "Rings",
      "Gloves",
      "Pendant",
      "Amulet"
    ],

in  this list ive already modify the order to do it, but it didnt work

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...