You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: