mirror of https://github.com/axmolengine/axmol.git
fix layout constant syntax error
This commit is contained in:
parent
7641790185
commit
d7fcf39386
|
@ -402,10 +402,10 @@ _G.LAYOUT_COLOR_NONE = ccui.LayoutBackGroundColorType.none
|
|||
_G.LAYOUT_COLOR_SOLID = ccui.LayoutBackGroundColorType.solid
|
||||
_G.LAYOUT_COLOR_GRADIENT = ccui.LayoutBackGroundColorType.gradient
|
||||
|
||||
_G.LAYOUT_ABSOLUTE = ccui.Type.ABSOLUTE
|
||||
_G.LAYOUT_LINEAR_VERTICAL = ccui.Type.VERTICAL
|
||||
_G.LAYOUT_LINEAR_HORIZONTAL = ccui.Type.HORIZONTAL
|
||||
_G.LAYOUT_RELATIVE = ccui.Type.RELATIVE
|
||||
_G.LAYOUT_ABSOLUTE = ccui.LayoutType.ABSOLUTE
|
||||
_G.LAYOUT_LINEAR_VERTICAL = ccui.LayoutType.VERTICAL
|
||||
_G.LAYOUT_LINEAR_HORIZONTAL = ccui.LayoutType.HORIZONTAL
|
||||
_G.LAYOUT_RELATIVE = ccui.LayoutType.RELATIVE
|
||||
|
||||
_G.BRIGHT_NONE = ccui.BrightStyle.none
|
||||
_G.BRIGHT_NORMAL = ccui.BrightStyle.normal
|
||||
|
|
Loading…
Reference in New Issue