increase animation2
This commit is contained in:
parent
996e3e5067
commit
b65b795bfa
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -22,7 +22,7 @@ int main(int argc, char *argv[]) {
|
||||||
// Animations
|
// Animations
|
||||||
GL4DHanime animations[] = {{10000, manif, NULL, NULL}, // Manifestation
|
GL4DHanime animations[] = {{10000, manif, NULL, NULL}, // Manifestation
|
||||||
{2000, manif, tag, zoom_in}, // Transition
|
{2000, manif, tag, zoom_in}, // Transition
|
||||||
{2000, tag, NULL, NULL}, // Tag
|
{10000, tag, NULL, NULL}, // Tag
|
||||||
{2000, tag, credits, zoom_in}, // Transition
|
{2000, tag, credits, zoom_in}, // Transition
|
||||||
{9500, credits, NULL, NULL}, // Crédits
|
{9500, credits, NULL, NULL}, // Crédits
|
||||||
{0, NULL, NULL, NULL}};
|
{0, NULL, NULL, NULL}};
|
||||||
|
|
Reference in a new issue