taisei/src/credits.h

22 lines
481 B
C
Raw Normal View History

2012-08-05 03:36:55 +02:00
/*
* This software is licensed under the terms of the MIT-License
* See COPYING for further information.
2012-08-05 03:36:55 +02:00
* ---
2017-09-12 03:28:15 +02:00
* Copyright (c) 2011-2017, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2017, Andrei Alexeyev <akari@alienslab.net>.
2012-08-05 03:36:55 +02:00
*/
2017-09-27 14:14:53 +02:00
#pragma once
2012-08-05 03:36:55 +02:00
void credits_loop(void);
2012-08-05 23:27:34 +02:00
void credits_add(char*, int);
void credits_preload(void);
2012-08-05 03:36:55 +02:00
#define CREDITS_ENTRY_FADEIN 200.0
#define CREDITS_ENTRY_FADEOUT 100.0
#define CREDITS_YUKKURI_SCALE 0.5
2012-08-05 03:36:55 +02:00
2012-08-14 17:56:53 +02:00
#define CREDITS_FADEOUT 120
2017-09-27 14:14:53 +02:00