mirror of
https://github.com/u0u0/Quick-Cocos2dx-Community.git
synced 2026-05-09 23:11:35 +08:00
17 lines
288 B
Lua
Executable File
17 lines
288 B
Lua
Executable File
|
|
local data =
|
|
{
|
|
{
|
|
title = "Test case",
|
|
description = "Api use case",
|
|
path = "samples/test",
|
|
},
|
|
{
|
|
title = "Physics",
|
|
description = "Simple Physics Usage",
|
|
path = "samples/physics",
|
|
},
|
|
}
|
|
|
|
return data
|