Skip to content

Instantly share code, notes, and snippets.

@crapthings
Created January 19, 2022 06:08
Show Gist options
  • Select an option

  • Save crapthings/0003d669217367788935288d266a9dfd to your computer and use it in GitHub Desktop.

Select an option

Save crapthings/0003d669217367788935288d266a9dfd to your computer and use it in GitHub Desktop.

Revisions

  1. crapthings created this gist Jan 19, 2022.
    62 changes: 62 additions & 0 deletions 位置.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,62 @@
    module.exports = [
    {
    "x":1,
    "y":7,
    "d":7
    },
    {
    "x":2,
    "y":8,
    "d":7
    },
    {
    "x":3,
    "y":7,
    "d":7
    },
    {
    "x":4,
    "y":7,
    "d":7
    },
    {
    "x":5,
    "y":6,
    "d":7
    },
    {
    "x":7,
    "y":5,
    "d":7
    },
    {
    "x":8,
    "y":4,
    "d":0
    },
    {
    "x":10,
    "y":5,
    "d":1
    },
    {
    "x":11,
    "y":6,
    "d":1
    },
    {
    "x":12,
    "y":6,
    "d":1
    },
    {
    "x":13,
    "y":8,
    "d":1
    },
    {
    "x":14,
    "y":10,
    "d":1
    },
    ]