[orx-jvm] Move panel, gui, dnk3, keyframer, triangulation to orx-jvm
This commit is contained in:
32
orx-jvm/orx-keyframer/src/demo/resources/demo-simple-02.json
Normal file
32
orx-jvm/orx-keyframer/src/demo/resources/demo-simple-02.json
Normal file
@@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"time": 0.0,
|
||||
"x": 320.0,
|
||||
"y": 240.0,
|
||||
"radius": 0.0,
|
||||
"r": 1.0,
|
||||
"g": 1.0,
|
||||
"b": 1.0
|
||||
},
|
||||
{
|
||||
"time": 5.0,
|
||||
"radius": 200.0,
|
||||
"r": 0.0
|
||||
},
|
||||
{
|
||||
"time": 10.0,
|
||||
"g": 0.0,
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"easing": "cubic-in-out"
|
||||
},
|
||||
{
|
||||
"time": 20.0,
|
||||
"x": 640.0,
|
||||
"y": 480.0,
|
||||
"radius": 50.0,
|
||||
"easing": "cubic-in-out",
|
||||
"g": 1.0,
|
||||
"b": 0.0
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user