0.0.4 • Published 3 years ago

game-text v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

game-text

游戏

安装
npm install game-text
使用
  • json
{
    "usingComponents": {
        "game-text": "game-text/text"
    }
}
  • mini.project.json
{
  "node_modules_es6_whitelist": [
    "game-text"
  ]
}
  • js
Page({
  data: {
    textData: {
      name: "自定义文字",
      text: "{num}",
      placeholder: "{num}",
      placeText: "0",
      width: 750,
      height: 32,
      left: 204,
      top: 16,
      fontSize: 24,
      color: "#63c0f3",
      // fontWeight: "bold",
      textAlign: "left"
    },
  },
})
  • xaml
  <game-text component-data="{{textData}}" />
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago