Function TCOD_console_credits_render_ex

Function Documentation

bool TCOD_console_credits_render_ex(TCOD_Console *console, int x, int y, bool alpha, float delta_time)

Render a libtcod credit animation to a console.

New in version 1.19.

Parameters
  • console – The console to render to.

  • x

  • y

  • alpha

  • delta_time – Delta time in seconds.

Returns

Returns true once the credits animation has ended.