源战役客户端
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.

9 lines
385 B

  1. SakuraGiftConst = SakuraGiftConst or {}
  2. local SakuraGiftConst = SakuraGiftConst
  3. SakuraGiftConst.Action = {
  4. start_pos_x = 1280, -- 传闻出现的位置
  5. end_pos_x = -1280, -- 传闻结束的位置
  6. chuanwen_delay_time = 7,--每条轮播传闻之间的间隔
  7. chuanwen_play_time = 20,--每条轮播传闻从左滚到右的时间
  8. chuanwen_start_time = 1.5,--轮播传闻启动时间
  9. }