mirror of https://github.com/axmolengine/axmol.git
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,
|
||
|
}
|