mirror of https://github.com/axmolengine/axmol.git
10 lines
114 B
Lua
10 lines
114 B
Lua
|
if nil == cc.Terrain then
|
||
|
return
|
||
|
end
|
||
|
|
||
|
cc.Terrain.CrackFixedType =
|
||
|
{
|
||
|
SKIRT = 0,
|
||
|
INCREASE_LOWER = 1,
|
||
|
}
|