palmerj3/DW4

View on GitHub
components/character/player/players/hero.json

Summary

Maintainability
Test Coverage
module.exports = {
  "sprite" : {
    "north-0" : {
      "x": 448,
      "y": 476,
      "width": 16,
      "height": 16
    },
    "north-1" : {
      "x": 470,
      "y": 476,
      "width": 16,
      "height": 16
    },
    "south-0" : {
      "x": 448,
      "y": 410,
      "width": 16,
      "height": 16
    },
    "south-1" : {
      "x": 470,
      "y": 410,
      "width": 16,
      "height": 16
    },
    "east-0" : {
      "x": 448,
      "y": 452,
      "width": 16,
      "height": 16
    },
    "east-1" : {
      "x": 470,
      "y": 452,
      "width": 16,
      "height": 16
    },
    "west-0" : {
      "x": 448,
      "y": 428,
      "width": 16,
      "height": 16
    },
    "west-1" : {
      "x": 470,
      "y": 428,
      "width": 16,
      "height": 16
    }
  },
  "homeLocation" : {
    "x" : 2320,
    "y" : 800
  }
}