Ambient Patterns

This commit is contained in:
PS 2021-04-09 01:00:00 -10:00
parent 0c96f6bd19
commit ee1163be95
6 changed files with 196 additions and 0 deletions

View File

@ -0,0 +1,48 @@
lumenarium_animation_file;
animation_name: "fishy_0";
layers_count: 3;
blocks_count: 3;
playable_range:{
min: 0;
max: 3600;
};
layers:{
layer:{
name: "[New Layer]";
blend: "Add";
};
layer:{
name: "[New Layer]";
blend: "Add";
};
layer:{
name: "Color";
blend: "Multiply";
};
};
blocks:{
block:{
frame_range:{
min: 0;
max: 3600;
};
layer_index: 2;
animation_name: "Pattern_HueShift";
};
block:{
frame_range:{
min: 0;
max: 3600;
};
layer_index: 1;
animation_name: "Pattern_StemSolid";
};
block:{
frame_range:{
min: 0;
max: 3600;
};
layer_index: 0;
animation_name: "Pattern_Rotary";
};
};

View File

@ -0,0 +1,36 @@
lumenarium_animation_file;
animation_name: "patchy_loading_bar_0";
layers_count: 2;
blocks_count: 2;
playable_range:{
min: 0;
max: 3350;
};
layers:{
layer:{
name: "[New Layer]";
blend: "Add";
};
layer:{
name: "[New Layer]";
blend: "Multiply";
};
};
blocks:{
block:{
frame_range:{
min: 0;
max: 3600;
};
layer_index: 1;
animation_name: "Pattern_Patchy";
};
block:{
frame_range:{
min: 0;
max: 3600;
};
layer_index: 0;
animation_name: "Pattern_GrowFadeMask";
};
};

View File

@ -0,0 +1,28 @@
lumenarium_animation_file;
animation_name: "primary_hue_0";
layers_count: 2;
blocks_count: 1;
playable_range:{
min: 0;
max: 360;
};
layers:{
layer:{
name: "[New Layer]";
blend: "Add";
};
layer:{
name: "[New Layer]";
blend: "Add";
};
};
blocks:{
block:{
frame_range:{
min: 0;
max: 36000;
};
layer_index: 1;
animation_name: "Pattern_PrimaryHue";
};
};

View File

@ -0,0 +1,28 @@
lumenarium_animation_file;
animation_name: "rainbow";
layers_count: 2;
blocks_count: 1;
playable_range:{
min: 0;
max: 360;
};
layers:{
layer:{
name: "Mask";
blend: "Add";
};
layer:{
name: "Color";
blend: "Add";
};
};
blocks:{
block:{
frame_range:{
min: 0;
max: 360;
};
layer_index: 1;
animation_name: "Pattern_Rainbow";
};
};

View File

@ -0,0 +1,28 @@
lumenarium_animation_file;
animation_name: "rainbow_loading_bar_0";
layers_count: 2;
blocks_count: 1;
playable_range:{
min: 0;
max: 9000;
};
layers:{
layer:{
name: "[New Layer]";
blend: "Add";
};
layer:{
name: "[New Layer]";
blend: "Add";
};
};
blocks:{
block:{
frame_range:{
min: 0;
max: 9000;
};
layer_index: 1;
animation_name: "Pattern_RainbowLoadingBar";
};
};

View File

@ -0,0 +1,28 @@
lumenarium_animation_file;
animation_name: "wavy_0";
layers_count: 2;
blocks_count: 1;
playable_range:{
min: 0;
max: 7200;
};
layers:{
layer:{
name: "[New Layer]";
blend: "Add";
};
layer:{
name: "Color";
blend: "Add";
};
};
blocks:{
block:{
frame_range:{
min: 0;
max: 7200;
};
layer_index: 1;
animation_name: "Pattern_Wavy";
};
};