Skip to content
  • This project
    • Loading...
  • Sign in

金学艇 / xhx

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • xhx
  • ..
  • 3d
  • 3dConstants.lua
  • jinwawa's avatar
    fix animation and friendScene focus · 4a59c6e4
    4a59c6e4
    jinwawa authored 2019-10-11 15:02:46 +0800
3dConstants.lua 198 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
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,
}