This website requires JavaScript.
Explore
Help
Sign In
Lothario
/
axmol
mirror of
https://github.com/axmolengine/axmol.git
Watch
1
Star
0
Fork
You've already forked axmol
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7256865f76
axmol
/
cocos
/
scripting
/
lua-bindings
/
script
/
ui
/
experimentalUIConstants.lua
10 lines
118 B
Lua
Raw
Normal View
History
Unescape
Escape
Update the FastTileMapTest and VideoPlayerTest
2014-07-17 12:55:28 +08:00
ccexp
=
ccexp
or
{
}
Add VideoPlayer Test for Lua
2014-06-27 13:56:39 +08:00
Update the FastTileMapTest and VideoPlayerTest
2014-07-17 12:55:28 +08:00
ccexp.VideoPlayerEvent
=
{
Add VideoPlayer Test for Lua
2014-06-27 13:56:39 +08:00
PLAYING
=
0
,
PAUSED
=
1
,
STOPPED
=
2
,
COMPLETED
=
3
,
}