Extension-Druid/example/other/go_bindings/go_bindings_panthera.lua
2025-03-13 23:39:43 +02:00

79 lines
2.5 KiB
Lua

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,
}