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.
|
-
- local config = require("mj.luaScript.Common.3d.Mahjong3DConfig")
-
- -- 使用公共3d麻将的配置
- config.HANDCARD_VIEW = "mj_xzdd.luaScript.Views.3d.HandCard_3d"
- config.MAHJONG_CARD = "mj_xzdd.luaScript.Views.3d.Card_3d"
- config.GROUP_BAGANG = "mj_xzdd.luaScript.Views.3d.GroupBaGang_3d"
-
- return config
|