Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / config / LiquidMaterial.json
@小李xl 小李xl on 28 Nov 2023 382 bytes 将将液体材质抽成配置表
[
  {
    "Id": "0001",
    "Remark": "\u6BD2\u6DB2",
    "BurshTexture": "res://resource/sprite/brush/Brush2.png",
    "Ffm": 0.5,
    "Duration": 5,
    "WriteOffSpeed": 0.2
  },
  {
    "Id": "0002",
    "Remark": "\u654C\u4EBA0002\u7684\u7C98\u6DB2",
    "BurshTexture": "res://resource/sprite/brush/Brush3.png",
    "Ffm": 0.7,
    "Duration": 4,
    "WriteOffSpeed": 0.2
  }
]