mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Update
This commit is contained in:
79
example/other/go_bindings/go_bindings_panthera.lua
Normal file
79
example/other/go_bindings/go_bindings_panthera.lua
Normal file
@@ -0,0 +1,79 @@
|
||||
return {
|
||||
data = {
|
||||
animations = {
|
||||
{
|
||||
animation_id = "default",
|
||||
animation_keys = {
|
||||
{
|
||||
duration = 1.13,
|
||||
easing = "outback",
|
||||
end_value = 706,
|
||||
key_type = "tween",
|
||||
node_id = "go",
|
||||
property_id = "position_x",
|
||||
start_value = 776,
|
||||
},
|
||||
{
|
||||
duration = 1.46,
|
||||
easing = "outback",
|
||||
end_value = 271,
|
||||
key_type = "tween",
|
||||
node_id = "go",
|
||||
property_id = "position_y",
|
||||
start_time = 1.13,
|
||||
start_value = 366,
|
||||
},
|
||||
{
|
||||
duration = 1.44,
|
||||
easing = "outback",
|
||||
end_value = 826,
|
||||
key_type = "tween",
|
||||
node_id = "go",
|
||||
property_id = "position_x",
|
||||
start_time = 2.59,
|
||||
start_value = 706,
|
||||
},
|
||||
{
|
||||
duration = 1.17,
|
||||
easing = "outback",
|
||||
end_value = 366,
|
||||
key_type = "tween",
|
||||
node_id = "go",
|
||||
property_id = "position_y",
|
||||
start_time = 4.02,
|
||||
start_value = 271,
|
||||
},
|
||||
{
|
||||
duration = 0.81,
|
||||
easing = "outback",
|
||||
end_value = 776,
|
||||
key_type = "tween",
|
||||
node_id = "go",
|
||||
property_id = "position_x",
|
||||
start_time = 5.19,
|
||||
start_value = 826,
|
||||
},
|
||||
},
|
||||
duration = 6,
|
||||
},
|
||||
},
|
||||
metadata = {
|
||||
fps = 60,
|
||||
gizmo_steps = {
|
||||
},
|
||||
gui_path = "/example/other/go_bindings/go_bindings.collection",
|
||||
layers = {
|
||||
},
|
||||
settings = {
|
||||
font_size = 30,
|
||||
},
|
||||
template_animation_paths = {
|
||||
},
|
||||
},
|
||||
nodes = {
|
||||
},
|
||||
},
|
||||
format = "json",
|
||||
type = "animation_editor",
|
||||
version = 1,
|
||||
}
|
Reference in New Issue
Block a user