increase animation2

This commit is contained in:
Mylloon 2023-05-21 09:01:17 +02:00
parent 996e3e5067
commit b65b795bfa
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

2
main.c
View file

@ -22,7 +22,7 @@ int main(int argc, char *argv[]) {
// Animations
GL4DHanime animations[] = {{10000, manif, NULL, NULL}, // Manifestation
{2000, manif, tag, zoom_in}, // Transition
{2000, tag, NULL, NULL}, // Tag
{10000, tag, NULL, NULL}, // Tag
{2000, tag, credits, zoom_in}, // Transition
{9500, credits, NULL, NULL}, // Crédits
{0, NULL, NULL, NULL}};