Newcar Playground
Share
Settings
1
2
3
4
5
6
7
const
root
=
new
nc
.
Circle
(
100
)
.
animate
(
nc
.
move
,
0
,
30
,
{
to
:
[
200
,
300
]
}
)
const
scene
=
new
nc
.
Scene
(
root
)
app
.
checkout
(
scene
)
return
app