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 regels
322 B

  1. local config = require("mj.luaScript.Common.3d.Mahjong3DConfig")
  2. -- 使用公共3d麻将的配置
  3. config.HANDCARD_VIEW = "mj_xzdd.luaScript.Views.3d.HandCard_3d"
  4. config.MAHJONG_CARD = "mj_xzdd.luaScript.Views.3d.Card_3d"
  5. config.GROUP_BAGANG = "mj_xzdd.luaScript.Views.3d.GroupBaGang_3d"
  6. return config