Put the title of the game in the title of tHE WINDOW
This commit is contained in:
parent
9e2baa0f52
commit
e119f7b24e
@ -9,7 +9,7 @@
|
||||
#include "game.h"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
InitWindow(800, 450, "Text Adventure");
|
||||
InitWindow(800, 450, "Thrive");
|
||||
SetTargetFPS(60);
|
||||
|
||||
if (!getenv("SKIP_INTRO") || strcmp(getenv("SKIP_INTRO"), "1") != 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user