Calinou/godot-mdk

Load GIF file format for main menu slideshow

Opened this issue · 0 comments

Related to #7 and #6.

When the player is inactive on the main menu for a certain amount of time (~30 seconds), MDK displays a slideshow of several static GIF images:

  • MISC/MDKS_001.GIF
  • MISC/MDKS_002.GIF
  • MISC/MDKS_003.GIF
  • MISC/MDKS_004.GIF
  • MISC/MDKS_005.GIF
  • MISC/MDKS_006.GIF
  • MISC/MDKS_007.GIF
  • MISC/MDKS_008.GIF

A GIF loader should be implemented to load and display those images. A GDScript solution is preferable, but GDNative or a custom C++ module is acceptable too.