您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

38 行
1.6 KiB

  1. local hejiangDef=ZPFramework.ZPFrameworkClassImprot("zp_base.luaScript.ZPDef")
  2. --一般邀请信息标题用
  3. hejiangDef.GameID = GAME_IDS.hejiangDaEr
  4. hejiangDef.GameName = getSubGameName(hejiangDef.GameID)
  5. hejiangDef.TipFile.HU = "zp_huType_%d.png"
  6. hejiangDef.GameID = 37
  7. hejiangDef.Game_Bg =
  8. {
  9. [1] = {
  10. ['2d'] = "luzhou/res/zy_fangjian/liuzhou_2d_red_bg.jpg",
  11. ['3d'] = "luzhou/res/zy_fangjian/hongzhong_mingliang_3d_bg.png",
  12. },
  13. [2] = {
  14. ['2d'] = "luzhou/res/zy_fangjian/liuzhou_2d_green_bg.jpg",
  15. ['3d'] = "luzhou/res/zy_fangjian/hongzhong_rouhe_3d_bg.jpg",
  16. },
  17. [3] = {
  18. ['2d'] = "luzhou/res/zy_fangjian/liuzhou_2d_blue_bg.jpg",
  19. ['3d'] = "luzhou/res/zy_fangjian/hongzhong_jingdian3d_bg.png",
  20. },
  21. }
  22. hejiangDef.LUZHOUDAER_GAME_CHAT_TXT = {
  23. [1] = {txt="哎,今天脑壳有点当!",oggStandard="zp_base/res/sound/chat/zp_%s_%s_1.ogg"},
  24. [2] = {txt="大哥大姐些,我要耽搁哈儿,几盘打了就走了!",oggStandard="zp_base/res/sound/chat/zp_%s_%s_2.ogg"},
  25. [3] = {txt="搞快点紧到旋啥子嘛,几哈打起走!",oggStandard="zp_base/res/sound/chat/zp_%s_%s_3.ogg"},
  26. [4] = {txt="嗨呀,刚好恰十胡儿!",oggStandard="zp_base/res/sound/chat/zp_%s_%s_4.ogg"},
  27. [5] = {txt="慌啥子嘛,等我麦一哈儿!",oggStandard="zp_base/res/sound/chat/zp_%s_%s_5.ogg"},
  28. [6] = {txt="哦豁,洗白了噻,明天怕是要去方山烧哈香哦!",oggStandard="zp_base/res/sound/chat/zp_%s_%s_6.ogg"},
  29. [7] = {txt="牌打得可以哦!",oggStandard="zp_base/res/sound/chat/zp_%s_%s_7.ogg"},
  30. }
  31. hejiangDef.ChatTxt = hejiangDef.LUZHOUDAER_GAME_CHAT_TXT
  32. return hejiangDef