mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-05-16 20:21:39 +08:00
17 lines
198 B
Lua
17 lines
198 B
Lua
if nil == cc.Terrain then
|
|
return
|
|
end
|
|
|
|
cc.Terrain.CrackFixedType =
|
|
{
|
|
SKIRT = 0,
|
|
INCREASE_LOWER = 1,
|
|
}
|
|
|
|
cc.Animate3DQuality =
|
|
{
|
|
QUALITY_NONE = 0,
|
|
QUALITY_LOW = 1,
|
|
QUALITY_HIGH = 2,
|
|
}
|