Put the title of the game in the title of tHE WINDOW

This commit is contained in:
Bill Rossi 2025-01-30 17:54:51 -05:00
parent 9e2baa0f52
commit e119f7b24e

View File

@ -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) {