palmerj3/DW4

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

Summary

Maintainability
Test Coverage
module.exports = {
  "sprite" : {
    "north-0" : {
      "x": 348,
      "y": 400,
      "width": 16,
      "height": 16
    },
    "north-1" : {
      "x": 368,
      "y": 400,
      "width": 16,
      "height": 16
    },
    "south-0" : {
      "x": 350,
      "y": 328,
      "width": 16,
      "height": 16
    },
    "south-1" : {
      "x": 368,
      "y": 328,
      "width": 16,
      "height": 16
    },
    "east-0" : {
      "x": 350,
      "y": 354,
      "width": 16,
      "height": 16
    },
    "east-1" : {
      "x": 368,
      "y": 352,
      "width": 16,
      "height": 16
    },
    "west-0" : {
      "x": 350,
      "y": 378,
      "width": 16,
      "height": 16
    },
    "west-1" : {
      "x": 368,
      "y": 378,
      "width": 16,
      "height": 16
    }
  },
  "homeLocation" : {
    "x" : 912,
    "y" : 3696
  }
}