mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Add 0.10.0 (Super Toast) no-game screen.
This commit adds a version codename and accompanying no-game screen. It should cause at least a few seizures, if we're lucky. (Press 'F' for fullscreen). Colors could use some tweaks, probably ... and it would be cool if various hypnotizing patterns appeared intermittedly in the mosiac ... but that's for the next commit. (Only two years until next time)!
This commit is contained in:
@@ -31,7 +31,7 @@ static const int VERSION_MINOR = 10;
|
||||
static const int VERSION_REV = 0;
|
||||
static const char *VERSION = LOVE_VERSION_STRING;
|
||||
static const char *VERSION_COMPATIBILITY[] = { VERSION, 0 };
|
||||
static const char *VERSION_CODENAME = "";
|
||||
static const char *VERSION_CODENAME = "Super Toast";
|
||||
|
||||
} // love
|
||||
|
||||
|
||||
Reference in New Issue
Block a user