0

我尝试在 Origami Studio 中创建一个银河自定义屏幕 (360x640),但没有成功。我得到了这个消息:无法打开文件“galaxyx.origamidevice”。

我遵循了这些说明: http: //origami.design/documentation/workflow/CustomDevices.html

这是我的 json 文件的内容:

{
  "key" : “galaxy x”,
  "displayName" : "galaxy x,
  "platform" : “Android”,
  "screenScale" : 2,
  "screenSize" : [
    720,
    1280
  ],
  "handsImageScale" : 0.5649999999999999,
  "handsImageOffset" : [
    2,
    45
  ],
  "handsImages" : [
    "iPhoneHands.png",
    "iPhoneHands2.png",
    "iPhoneHands3.png"
  ],
  "deviceInsets" : [
    130,
    28,
    130,
    28
  ],
  "deviceImages" : {
    "White" : "iPhone4-White.png",
    "Black" : "iPhone4-Black.png"
  },
  "shadowOffset" : [
    20,
    -5
  ],
}

任何人都成功了,并且可以展示一个好的json文件的例子吗?

非常感谢!

4

1 回答 1

0

已经 3 个月了,但您似乎忘记了结尾处的右引号"displayName" : "galaxy x

于 2017-02-16T17:44:03.110 回答