源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
733 B

  1. Config = Config or {}
  2. Config.ConfigSceneMoveObj = {
  3. [1001] = {
  4. [1] = {
  5. res = "XSCCZ_JZX05_03", --资源名称
  6. is_action_obj = true, --区分资源路径标识
  7. active_info = { --可视区域信息
  8. pos = {x=125,y=116,z=135}, --可视中心点
  9. size = {x=2,y=2}, --可视范围
  10. offset = {x = 0,y = 0}, --可视区域和中心点的偏移
  11. },
  12. scale = 1, --缩放大小
  13. isloop = false, --是否循环播放
  14. operate = { --运动信息
  15. [1] = {
  16. startpos = {x=111.45, y=106.9, z=121.7}, --开始坐标
  17. endpos = {x=111.45, y=113, z=121.7}, --结束坐标
  18. last_time = 2.5, --持续时间
  19. },
  20. },
  21. },
  22. },
  23. }